diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-09-18 23:52:55 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-09-19 00:23:07 -0600 |
| commit | da19bd356b236d7ce7d8fddf727722f11dd5ffc4 (patch) | |
| tree | a1195e7e5a317ecec0616083f584ef321f0ec624 /src | |
| parent | e29c7f4f514802de161c23f11ea67d007c5b74d7 (diff) | |
remove redundant max-width on svg in print styles of default stylesheet
Diffstat (limited to 'src')
| -rw-r--r-- | src/stylesheets/asciidoctor.css | 4 |
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, |
