summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2013-01-07 15:37:58 +0100
committerSiri Reiter <siri@jones.dk>2013-01-07 15:37:58 +0100
commit3a77321d04b2d5062ece9c7780a936ff6f9ade5f (patch)
tree78b55aa811838ca62103fa3b74896a43b92ba83c
parent13ea944006152ced26ea44e3a283c10faf42e032 (diff)
Add styling for ordinary images.
-rw-r--r--local.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/local.css b/local.css
index ced575aa..7021a9c6 100644
--- a/local.css
+++ b/local.css
@@ -144,6 +144,13 @@ DIV#content {
background-color: none;
}
+img {
+ float: left;
+ vertical-align: top;
+ margin: 0 5% 5% 0;
+ padding: 0;
+}
+
DIV#content img.deco {
display: block;
clear: both;