summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2021-10-11 19:21:47 -0600
committerGitHub <noreply@github.com>2021-10-11 19:21:47 -0600
commit30605ceabe2cebb35817505d7fbc3c388ebf65d6 (patch)
tree28411a626915035b81f5edbbfb4e8533652cabde /data
parent8d42a5a50b981b2d5cdf9c0621a16ce1972d6947 (diff)
resolves #4184 update default stylesheet to fix spacing around empty list item (PR #4185)
Diffstat (limited to 'data')
-rw-r--r--data/stylesheets/asciidoctor-default.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/stylesheets/asciidoctor-default.css b/data/stylesheets/asciidoctor-default.css
index 3d1163fa..992e5b1f 100644
--- a/data/stylesheets/asciidoctor-default.css
+++ b/data/stylesheets/asciidoctor-default.css
@@ -267,6 +267,7 @@ li p,ul dd,ol dd,.olist .olist,.ulist .ulist,.ulist .olist,.olist .ulist{margin-
ul.checklist,ul.none,ol.none,ul.no-bullet,ol.no-bullet,ol.unnumbered,ul.unstyled,ol.unstyled{list-style-type:none}
ul.no-bullet,ol.no-bullet,ol.unnumbered{margin-left:.625em}
ul.unstyled,ol.unstyled{margin-left:0}
+li>p:empty:only-child::before{content:"";display:inline-block}
ul.checklist>li>p:first-child{margin-left:-1em}
ul.checklist>li>p:first-child>.fa-square-o:first-child,ul.checklist>li>p:first-child>.fa-check-square-o:first-child{width:1.25em;font-size:.8em;position:relative;bottom:.125em}
ul.checklist>li>p:first-child>input[type=checkbox]:first-child{margin-right:.25em}