]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
FIX image inside a figure element max-width (baggy theme) 2198/head
authorSimounet <contact@simounet.net>
Wed, 20 Jul 2016 18:23:55 +0000 (20:23 +0200)
committerSimounet <contact@simounet.net>
Wed, 20 Jul 2016 18:23:55 +0000 (20:23 +0200)
src/Wallabag/CoreBundle/Resources/public/themes/baggy/css/ratatouille.css

index b203cbb897822db40e5355d505bb30343b9b8bc2..605eb64117e263ed03153b4d35ffbc95c4b154a2 100644 (file)
@@ -64,7 +64,7 @@ pre {
   max-width: 61.25em;/*980px*/
 }
 
-table, img {
+table, img, figure {
   max-width: 100%;
   height :auto;
 }