summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2009-03-25 00:43:46 +0100
committerSiri Reiter <siri@jones.dk>2009-03-25 00:43:46 +0100
commite9a04016c736ceb828f2a6f18e67002520492512 (patch)
treefa3d38c4591c469c689cad7b95527237396c83e5
parent74fc770ec280f3520094d4d97ed31516da518135 (diff)
Image to text space.
-rw-r--r--local.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/local.css b/local.css
index d14ca0ad..524b458e 100644
--- a/local.css
+++ b/local.css
@@ -109,9 +109,10 @@ DIV#content {
clear: both;
max-width: 62em;
}
+
DIV#content IMG {
display: block;
clear: both;
float: right;
- padding: 10px;
+ padding: 10px 20px;
} \ No newline at end of file