Added tag svg for RWD

To avoid RWD problems with inline SVG :)
This commit is contained in:
Nicolas Hoffmann 2014-09-07 10:46:13 +02:00
parent 7235eaa54a
commit 21b60e0afd

View File

@ -257,7 +257,8 @@ code,
pre, pre,
textarea, textarea,
input, input,
video { video,
svg {
max-width: 100%; max-width: 100%;
} }