summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2014-01-21 13:34:47 +0100
committerJonas Smedegaard <dr@jones.dk>2014-01-21 13:34:47 +0100
commitc9c431ffa34f66bcbee9e30be50e00fa5f1dcb7d (patch)
tree24aa2989ed4b9e31e053c3f15ac7e01b32662d11
parentca5da59e35e411a831e6dbb15db02b62134b18bc (diff)
Re-apply % → em change for img, and drop same for img.solo (superfluous since ikiwiki img.img dropped).
-rw-r--r--style.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/style.scss b/style.scss
index 3737c45..f3e7e10 100644
--- a/style.scss
+++ b/style.scss
@@ -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 {