summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2013-01-07 15:47:39 +0100
committerSiri Reiter <siri@jones.dk>2013-01-07 15:47:39 +0100
commit49d943567307425fc872fbb21891729104a444ed (patch)
tree9579879bcf7d201e6c97aa9ed39c0c878fedb41a
parentd2511d9ccffca7a12766a39e1acb897f1b055614 (diff)
Image margin 5% in top too.
-rw-r--r--local.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/local.css b/local.css
index 323691f4..e223f458 100644
--- a/local.css
+++ b/local.css
@@ -147,7 +147,7 @@ DIV#content {
img {
float: left;
vertical-align: top;
- margin: 0 5% 5% 0;
+ margin: 5% 5% 5% 0;
padding: 0;
}