summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2009-01-09 00:25:33 +0100
committerSiri Reiter <siri@jones.dk>2009-01-09 00:25:33 +0100
commit46b03cbacb3cbf01a79e07845c65e523d15773a4 (patch)
treedef74550f7e9a454edb01ac6decf87843b62b86e /local.css
parentf82e981771aab5e0570e3e5be249caa3f16f0708 (diff)
Content float right.
Diffstat (limited to 'local.css')
-rw-r--r--local.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/local.css b/local.css
index 7c1ca5e8..344a1e21 100644
--- a/local.css
+++ b/local.css
@@ -64,7 +64,7 @@ DIV#sidebar A {
}
DIV#content {
clear: both;
- float: left;
+ float: right;
margin: 1em 0 3em 0;
padding: 0;
max-width: 50em;