diff options
| -rw-r--r-- | data/stylesheets/asciidoctor-default.css | 1 | ||||
| -rw-r--r-- | src/stylesheets/asciidoctor.css | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/data/stylesheets/asciidoctor-default.css b/data/stylesheets/asciidoctor-default.css index e543e47d..76e74bb3 100644 --- a/data/stylesheets/asciidoctor-default.css +++ b/data/stylesheets/asciidoctor-default.css @@ -381,7 +381,6 @@ abbr[title]{border-bottom:1px dotted} abbr[title]::after{content:" (" attr(title) ")"} pre,blockquote,tr,img,object,svg{page-break-inside:avoid} 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} body>div[id]{max-width:none} diff --git a/src/stylesheets/asciidoctor.css b/src/stylesheets/asciidoctor.css index bbb1f061..328f688f 100644 --- a/src/stylesheets/asciidoctor.css +++ b/src/stylesheets/asciidoctor.css @@ -2197,10 +2197,6 @@ p.tableblock { display: table-header-group; } - svg { - max-width: 100%; - } - p, blockquote, dt, |
