diff options
author | Jonas Smedegaard <dr@jones.dk> | 2014-01-21 13:34:47 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2014-01-21 13:34:47 +0100 |
commit | c9c431ffa34f66bcbee9e30be50e00fa5f1dcb7d (patch) | |
tree | 24aa2989ed4b9e31e053c3f15ac7e01b32662d11 | |
parent | ca5da59e35e411a831e6dbb15db02b62134b18bc (diff) |
Re-apply % → em change for img, and drop same for img.solo (superfluous since ikiwiki img.img dropped).
-rw-r--r-- | style.scss | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -213,7 +213,7 @@ body { img { float: left; vertical-align: top; - margin: 0 5% 5% 0; + margin: 0 1em 1em 0; padding: 0; max-width: 100%; height: auto; @@ -234,7 +234,6 @@ img { #content img.solo { float: none; - margin: 0 5% 5% 0; padding: 0; } #content img.x2470x3783 { |