diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2015-10-04 23:37:17 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2015-10-04 23:38:41 -0600 |
| commit | 9089bb528cdb848df285f1bbf1f0be6e8bd1a703 (patch) | |
| tree | f5e8ca5988275c71ff81331df2df419a9b7404d9 /data | |
| parent | 996d9e3b0c45e28f03ee323c4d1da166a43f24ce (diff) | |
resolves #1418 tune padding around table cells in horizontal dlist
Diffstat (limited to 'data')
| -rw-r--r-- | data/stylesheets/asciidoctor-default.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/stylesheets/asciidoctor-default.css b/data/stylesheets/asciidoctor-default.css index 305d6d07..e3f91093 100644 --- a/data/stylesheets/asciidoctor-default.css +++ b/data/stylesheets/asciidoctor-default.css @@ -281,8 +281,8 @@ ol.upperroman{list-style-type:upper-roman} ol.lowergreek{list-style-type:lower-greek} .hdlist>table,.colist>table{border:0;background:none} .hdlist>table>tbody>tr,.colist>table>tbody>tr{background:none} -td.hdlist1{padding-right:.75em;font-weight:bold} -td.hdlist1,td.hdlist2{vertical-align:top} +td.hdlist1,td.hdlist2{vertical-align:top;padding:0 .625em} +td.hdlist1{font-weight:bold;padding-bottom:1.25em} .literalblock+.colist,.listingblock+.colist{margin-top:-.5em} .colist>table tr>td:first-of-type{padding:0 .75em;line-height:1} .colist>table tr>td:last-of-type{padding:.25em 0} |
