diff options
| author | Alexander Schwartz <alexander.schwartz@gmx.net> | 2020-10-27 23:14:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-27 16:14:22 -0600 |
| commit | a13c7adae24240431cbef3dbadb95685d7322db2 (patch) | |
| tree | 1dd7afe787209aa36a06e7cd067e2b14f46caa5a /data | |
| parent | a4c5fd035040381fa8dc4b95f7f653fcb359e65f (diff) | |
resolves #3793 don't apply border-collapse: separate to HTML for table blocks (PR #3497)
Diffstat (limited to 'data')
| -rw-r--r-- | data/stylesheets/asciidoctor-default.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/stylesheets/asciidoctor-default.css b/data/stylesheets/asciidoctor-default.css index f2774b51..f8ca0cb6 100644 --- a/data/stylesheets/asciidoctor-default.css +++ b/data/stylesheets/asciidoctor-default.css @@ -251,7 +251,7 @@ pre.pygments .lineno::before{content:"";margin-right:-.125em} .quoteblock.excerpt,.quoteblock .quoteblock{margin-left:0} .quoteblock.excerpt blockquote,.quoteblock.excerpt p,.quoteblock .quoteblock blockquote,.quoteblock .quoteblock p{color:inherit;font-size:1.0625rem} .quoteblock.excerpt .attribution,.quoteblock .quoteblock .attribution{color:inherit;text-align:left;margin-right:0} -table.tableblock{max-width:100%;border-collapse:separate} +table.tableblock{max-width:100%} p.tableblock:last-child{margin-bottom:0} td.tableblock>.content{margin-bottom:1.25em} td.tableblock>.content>:last-child{margin-bottom:-1.25em} |
