diff options
author | Siri Reiter <siri@jones.dk> | 2013-02-04 23:08:06 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2013-12-02 00:57:01 +0100 |
commit | 8582e7c10643938ef2f5e7e5cb6701bfc2250017 (patch) | |
tree | f782d2a33d23c219787e425752a9308f73264132 | |
parent | 241523e9d3dd2c4d8eadf90bc4966e34fc0db18b (diff) |
Styling: Image max-widht 100% and auto height.
-rw-r--r-- | style.scss | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -163,6 +163,8 @@ img { vertical-align: top; margin: 0 5% 5% 0; padding: 0; + max-width: 100%; + height: auto; } #content img.deco { |