summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2019-02-03 18:25:18 -0700
committerDan Allen <dan.j.allen@gmail.com>2019-02-03 18:27:04 -0700
commitc2814dc3bb2613888909673c37ec16c60610d322 (patch)
treea8b8b7593d924cebcc54bd011972ad055c45b6c8 /data
parent072788bdea203d51d02a6be1ff02d2f46035411a (diff)
make sure code directly inside pre is styled as a block element [skip ci]
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 3184e488..021d49ac 100644
--- a/data/stylesheets/asciidoctor-default.css
+++ b/data/stylesheets/asciidoctor-default.css
@@ -111,6 +111,7 @@ h1 strong,h2 strong,h3 strong,#toctitle strong,.sidebarblock>.content>.title str
:not(pre)>code.nowrap{white-space:nowrap}
pre{color:rgba(0,0,0,.9);font-family:"Droid Sans Mono","DejaVu Sans Mono",monospace;line-height:1.45;text-rendering:optimizeSpeed}
pre code,pre pre{color:inherit;font-size:inherit;line-height:inherit}
+pre>code{display:block}
pre.nowrap,pre.nowrap pre{white-space:pre;word-wrap:normal}
em em{font-style:normal}
strong strong{font-weight:400}