diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2020-11-01 14:55:57 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2020-11-01 14:55:57 -0700 |
| commit | 547e82a07f9526b76965bda788d84e11c59450ce (patch) | |
| tree | 4aafa23f0832adb7dcdfc72bd59a6507285237a0 /data | |
| parent | 493743fd393f04b9a4a907b94956e6cd6f6183c5 (diff) | |
set max-width to none instead of 100% on footer in default stylesheet [skip ci]
Diffstat (limited to 'data')
| -rw-r--r-- | data/stylesheets/asciidoctor-default.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/stylesheets/asciidoctor-default.css b/data/stylesheets/asciidoctor-default.css index 515ab710..9d4cdf59 100644 --- a/data/stylesheets/asciidoctor-default.css +++ b/data/stylesheets/asciidoctor-default.css @@ -172,7 +172,7 @@ body.toc2.toc-right{padding-left:0;padding-right:20em}} #content #toc{border-style:solid;border-width:1px;border-color:#e0e0dc;margin-bottom:1.25em;padding:1.25em;background:#f8f8f7;-webkit-border-radius:4px;border-radius:4px} #content #toc>:first-child{margin-top:0} #content #toc>:last-child{margin-bottom:0} -#footer{max-width:100%;background:rgba(0,0,0,.8);padding:1.25em} +#footer{max-width:none;background:rgba(0,0,0,.8);padding:1.25em} #footer-text{color:rgba(255,255,255,.8);line-height:1.44} #content{margin-bottom:.625em} .sect1{padding-bottom:.625em} |
