summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2008-09-01 14:32:19 +0200
committerSiri Reiter <siri@jones.dk>2008-09-01 14:32:19 +0200
commitbb58f6c41cf6ae371a250225074146551309531a (patch)
treef7ea1be68d71d6da93b11abddd70db0b1d6d7c18 /local.css
parent679c36e9ea54c9a1184174b9c36c0e7b62551015 (diff)
Float changes (content).
Diffstat (limited to 'local.css')
-rw-r--r--local.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/local.css b/local.css
index 1e45c3d..3e707ce 100644
--- a/local.css
+++ b/local.css
@@ -4,15 +4,15 @@
DIV#wrapper {
float: right;
- width: 90%;
+ width: 80%;
}
DIV#content {
- float: left;
+ float: right;
max-width: 72em;
}
DIV#content IMG {
display: block;
clear: both;
- float: right;
+ float: left;
padding: 10px;
}