summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2017-01-28 22:25:50 -0700
committerGitHub <noreply@github.com>2017-01-28 22:25:50 -0700
commita34fc3ec665c25cd40ae692265d080dfa03ac851 (patch)
treeea6b2aac7df2a76ae54c1564c4aa947e5ed20f8b /data
parenta68b72fd754b9469429761868a90450cba17d234 (diff)
resolves #1999 align number in conum list to top by default (PR #2009)
Diffstat (limited to 'data')
-rw-r--r--data/stylesheets/asciidoctor-default.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/stylesheets/asciidoctor-default.css b/data/stylesheets/asciidoctor-default.css
index 9b98f2fb..572ab237 100644
--- a/data/stylesheets/asciidoctor-default.css
+++ b/data/stylesheets/asciidoctor-default.css
@@ -291,7 +291,7 @@ ol.lowergreek{list-style-type:lower-greek}
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:first-of-type{padding:.4em .75em 0 .75em;line-height:1;vertical-align:top}
.colist>table tr>td:first-of-type img{max-width:initial}
.colist>table tr>td:last-of-type{padding:.25em 0}
.thumb,.th{line-height:0;display:inline-block;border:solid 4px #fff;-webkit-box-shadow:0 0 0 1px #ddd;box-shadow:0 0 0 1px #ddd}