summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2013-02-04 23:08:06 +0100
committerSiri Reiter <siri@jones.dk>2013-02-04 23:08:14 +0100
commit71338f70ae1d4f4fd1044d6b67ff574c024ce24b (patch)
tree710a77374f7393b33244b31c4b4eba92da95c9cf /local.css
parent6d0d98931ef179a2dcbe6875cbbcdc4e6d676260 (diff)
Styling: Image max-widht 100% and auto height.
Diffstat (limited to 'local.css')
-rw-r--r--local.css2
1 files changed, 2 insertions, 0 deletions
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 {