diff options
author | Simounet <contact@simounet.net> | 2016-07-20 20:23:55 +0200 |
---|---|---|
committer | Simounet <contact@simounet.net> | 2016-07-20 20:23:55 +0200 |
commit | 0e1abf392c6d3cf235e2449c58e9d19d75ed53d7 (patch) | |
tree | d36ccd90caecabd73212676e1fe601091b9e5058 /src/Wallabag | |
parent | f64472e9f86fad715e6616bc2932dffb8aed5a67 (diff) | |
download | wallabag-0e1abf392c6d3cf235e2449c58e9d19d75ed53d7.tar.gz wallabag-0e1abf392c6d3cf235e2449c58e9d19d75ed53d7.tar.zst wallabag-0e1abf392c6d3cf235e2449c58e9d19d75ed53d7.zip |
FIX image inside a figure element max-width (baggy theme)
Diffstat (limited to 'src/Wallabag')
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/public/themes/baggy/css/ratatouille.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/public/themes/baggy/css/ratatouille.css b/src/Wallabag/CoreBundle/Resources/public/themes/baggy/css/ratatouille.css index b203cbb8..605eb641 100644 --- a/src/Wallabag/CoreBundle/Resources/public/themes/baggy/css/ratatouille.css +++ b/src/Wallabag/CoreBundle/Resources/public/themes/baggy/css/ratatouille.css | |||
@@ -64,7 +64,7 @@ pre { | |||
64 | max-width: 61.25em;/*980px*/ | 64 | max-width: 61.25em;/*980px*/ |
65 | } | 65 | } |
66 | 66 | ||
67 | table, img { | 67 | table, img, figure { |
68 | max-width: 100%; | 68 | max-width: 100%; |
69 | height :auto; | 69 | height :auto; |
70 | } | 70 | } |