diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2020-10-31 01:12:03 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-31 01:12:03 -0600 |
| commit | 243cd6a518b4ee894a7ccfc581ae46df18b51a4b (patch) | |
| tree | 35df361702a0f98d235feb93647ca00f9131d146 /data | |
| parent | ca2ca428aacfcde709db739bc3cf94beb21b7692 (diff) | |
resolves #3802 remove max width setting on content column for print media in default stylesheet (PR #3803)
Diffstat (limited to 'data')
| -rw-r--r-- | data/stylesheets/asciidoctor-default.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/stylesheets/asciidoctor-default.css b/data/stylesheets/asciidoctor-default.css index 611cd438..6cd71bd9 100644 --- a/data/stylesheets/asciidoctor-default.css +++ b/data/stylesheets/asciidoctor-default.css @@ -402,6 +402,7 @@ thead{display:table-header-group} svg{max-width:100%} p,blockquote,dt,td.content{font-size:1em;orphans:3;widows:3} h2,h3,#toctitle,.sidebarblock>.content>.title{page-break-after:avoid} +#header,#content,#footnotes,#footer{max-width:none} #toc,.sidebarblock,.exampleblock>.content{background:none!important} #toc{border-bottom:1px solid #dddddf!important;padding-bottom:0!important} body.book #header{text-align:center} |
