diff options
| author | John MacFarlane <[email protected]> | 2023-07-26 09:15:24 -0600 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-07-26 09:15:24 -0600 |
| commit | d7c43fda32b3cedc362196d0fc4d09aa4770841a (patch) | |
| tree | a9796113189143c3b977e608526b6147103d6e29 /test/writer.html4 | |
| parent | 704a07d9639e65d9efd4b9d49b3685b0e4206601 (diff) | |
Add clause for svg to default CSS for HTML.
Suggested at #8969.
Diffstat (limited to 'test/writer.html4')
| -rw-r--r-- | test/writer.html4 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/writer.html4 b/test/writer.html4 index 81894b3da..2fb59584e 100644 --- a/test/writer.html4 +++ b/test/writer.html4 @@ -63,6 +63,10 @@ img { max-width: 100%; } + svg { + height; auto; + max-width: 100%; + } h1, h2, h3, h4, h5, h6 { margin-top: 1.4em; } |
