summaryrefslogtreecommitdiff
path: root/src
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 /src
parente29c7f4f514802de161c23f11ea67d007c5b74d7 (diff)
remove redundant max-width on svg in print styles of default stylesheet
Diffstat (limited to 'src')
-rw-r--r--src/stylesheets/asciidoctor.css4
1 files changed, 0 insertions, 4 deletions
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,