diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-09-09 03:20:27 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-09 03:20:27 -0600 |
| commit | 3d39ce2690644914f5fbff8bfa744a2f75cab90d (patch) | |
| tree | ba0c089118be1a0dbdb14c6a24723dc7ab674888 /data | |
| parent | 26ad2ba655dc1a91e937a221958294e6b9dd7c37 (diff) | |
resolves #4051 use CSS class instead of inline style to apply page break behavior (PR #4159)
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 e4bef839..067bff1b 100644 --- a/data/stylesheets/asciidoctor-default.css +++ b/data/stylesheets/asciidoctor-default.css @@ -312,6 +312,7 @@ sup.footnote a:active,sup.footnoteref a:active{text-decoration:underline} #content #footnotes{margin-top:-.625em;margin-bottom:0;padding:.75em 0} .gist .file-data>table{border:0;background:#fff;width:100%;margin-bottom:0} .gist .file-data>table td.line-data{width:99%} +div.page-break{display:none} div.unbreakable{page-break-inside:avoid} .big{font-size:larger} .small{font-size:smaller} @@ -396,6 +397,7 @@ body.book #header .details br+span::before{content:none!important} body.book #toc{border:0!important;text-align:left!important;padding:0!important;margin:0!important} body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-break-before:always} .listingblock code[data-lang]::before{display:block} +div.page-break{display:block;page-break-after:always} #footer{padding:0 .9375em} .hide-on-print{display:none!important} .print-only{display:block!important} |
