diff options
| author | brian m. carlson <sandals@crustytoothpaste.net> | 2016-09-11 22:57:42 +0000 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2016-09-12 23:00:41 -0600 |
| commit | 455a0e86d698027d952e5f8eff4578869445567a (patch) | |
| tree | e037248cef61bf2fd72bb970da6fc94bbd1218ea /data | |
| parent | 5f263870451f0080fc6a9699969b12826fe7f39f (diff) | |
resolves #1691 style nested emphasis in HTML output
Diffstat (limited to 'data')
| -rw-r--r-- | data/stylesheets/asciidoctor-default.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/stylesheets/asciidoctor-default.css b/data/stylesheets/asciidoctor-default.css index 36590bf3..1b6af279 100644 --- a/data/stylesheets/asciidoctor-default.css +++ b/data/stylesheets/asciidoctor-default.css @@ -116,6 +116,8 @@ h1 strong,h2 strong,h3 strong,#toctitle strong,.sidebarblock>.content>.title str .clearfix:after,.float-group:after{clear:both} *:not(pre)>code{font-size:.9375em;font-style:normal!important;letter-spacing:0;padding:.1em .5ex;word-spacing:-.15em;background-color:#f7f7f8;-webkit-border-radius:4px;border-radius:4px;line-height:1.45;text-rendering:optimizeSpeed} pre,pre>code{line-height:1.45;color:rgba(0,0,0,.9);font-family:"Droid Sans Mono","DejaVu Sans Mono",monospace;font-weight:400;text-rendering:optimizeSpeed} +em em{font-style:normal} +strong strong{font-weight:400} .keyseq{color:rgba(51,51,51,.8)} kbd{font-family:"Droid Sans Mono","DejaVu Sans Mono",monospace;display:inline-block;color:rgba(0,0,0,.8);font-size:.65em;line-height:1.45;background-color:#f7f7f7;border:1px solid #ccc;-webkit-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,.2),0 0 0 .1em white inset;box-shadow:0 1px 0 rgba(0,0,0,.2),0 0 0 .1em #fff inset;margin:0 .15em;padding:.2em .5em;vertical-align:middle;position:relative;top:-.1em;white-space:nowrap} .keyseq kbd:first-child{margin-left:0} |
