summaryrefslogtreecommitdiff
path: root/data/stylesheets
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-12-01 23:35:30 -0700
committerDan Allen <dan.j.allen@gmail.com>2022-12-02 01:37:44 -0700
commit20c0f89cababc7331b26a052720b8007fe95b18a (patch)
treebcfdc0de69947e4bf89ced7a452dfb28131d6e42 /data/stylesheets
parent0ac0a2ca47eadc4980076436e479edf7cac602db (diff)
update: use correct selector to collapse margin on first and last child of sidebar
Diffstat (limited to 'data/stylesheets')
-rw-r--r--data/stylesheets/asciidoctor-default.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/data/stylesheets/asciidoctor-default.css b/data/stylesheets/asciidoctor-default.css
index 94cae6b7..90347478 100644
--- a/data/stylesheets/asciidoctor-default.css
+++ b/data/stylesheets/asciidoctor-default.css
@@ -170,7 +170,6 @@ table.tableblock.fit-content>caption.title{white-space:nowrap;width:0}
.admonitionblock>table td.content{padding-left:1.125em;padding-right:1.25em;border-left:1px solid #dddddf;color:rgba(0,0,0,.6);word-wrap:anywhere}
.admonitionblock>table td.content>:last-child>:last-child{margin-bottom:0}
.exampleblock>.content{border:1px solid #e0e0dc;margin-bottom:1.25em;padding:1.25em;background:#fffef7;border-radius:4px;box-shadow:0 1px 4px #e0e0dc}
-.exampleblock>.content>:first-child{margin-top:0}
.sidebarblock{border:1px solid #dbdbd6;margin-bottom:1.25em;padding:1.25em;background:#f3f3f2;border-radius:4px}
.sidebarblock>.content>.title{color:#7a2518;margin-top:0;text-align:center}
.exampleblock>.content>:first-child,.sidebarblock>.content>:first-child{margin-top:0}