From 45bbdd4ab7ec2b040e641b2bcfc4306922f00a0b Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Wed, 28 Oct 2020 15:29:47 -0600 Subject: resolves #2563 don't remove right border on last table cell in row (PR #3794) - this was done to avoid a double border, but that's since been solved by #3793 --- data/stylesheets/asciidoctor-default.css | 1 - 1 file changed, 1 deletion(-) (limited to 'data') diff --git a/data/stylesheets/asciidoctor-default.css b/data/stylesheets/asciidoctor-default.css index f8ca0cb6..67f6ab12 100644 --- a/data/stylesheets/asciidoctor-default.css +++ b/data/stylesheets/asciidoctor-default.css @@ -261,7 +261,6 @@ table.grid-all>tfoot>tr>.tableblock{border-width:1px 1px 0 0} table.grid-cols>*>tr>.tableblock{border-width:0 1px 0 0} table.grid-rows>thead>tr>.tableblock,table.grid-rows>tbody>tr>.tableblock{border-width:0 0 1px} table.grid-rows>tfoot>tr>.tableblock{border-width:1px 0 0} -table.grid-all>*>tr>.tableblock:last-child,table.grid-cols>*>tr>.tableblock:last-child{border-right-width:0} table.grid-all>tbody>tr:last-child>.tableblock,table.grid-all>thead:last-child>tr>.tableblock,table.grid-rows>tbody>tr:last-child>.tableblock,table.grid-rows>thead:last-child>tr>.tableblock{border-bottom-width:0} table.frame-all{border-width:1px} table.frame-sides{border-width:0 1px} -- cgit v1.2.3