summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2021-09-18 23:52:55 -0600
committerDan Allen <dan.j.allen@gmail.com>2021-09-19 00:23:07 -0600
commitda19bd356b236d7ce7d8fddf727722f11dd5ffc4 (patch)
treea1195e7e5a317ecec0616083f584ef321f0ec624 /data
parente29c7f4f514802de161c23f11ea67d007c5b74d7 (diff)
remove redundant max-width on svg in print styles of default stylesheet
Diffstat (limited to 'data')
-rw-r--r--data/stylesheets/asciidoctor-default.css1
1 files changed, 0 insertions, 1 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}