From 71338f70ae1d4f4fd1044d6b67ff574c024ce24b Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Mon, 4 Feb 2013 23:08:06 +0100 Subject: Styling: Image max-widht 100% and auto height. --- local.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/local.css b/local.css index 8d2883f9..d5edfcff 100644 --- a/local.css +++ b/local.css @@ -167,6 +167,8 @@ img { vertical-align: top; margin: 0 5% 5% 0; padding: 0; + max-width: 100%; + height: auto; } DIV#content img.deco { -- cgit v1.2.3