From: Simounet Date: Wed, 20 Jul 2016 18:23:55 +0000 (+0200) Subject: FIX image inside a figure element max-width (baggy theme) X-Git-Tag: 2.0.6~4^2 X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=commitdiff_plain;h=0e1abf392c6d3cf235e2449c58e9d19d75ed53d7 FIX image inside a figure element max-width (baggy theme) --- 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 { max-width: 61.25em;/*980px*/ } -table, img { +table, img, figure { max-width: 100%; height :auto; }