diff options
author | Siri Reiter <siri@jones.dk> | 2009-01-09 00:25:33 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-01-09 00:25:33 +0100 |
commit | 46b03cbacb3cbf01a79e07845c65e523d15773a4 (patch) | |
tree | def74550f7e9a454edb01ac6decf87843b62b86e | |
parent | f82e981771aab5e0570e3e5be249caa3f16f0708 (diff) |
Content float right.
-rw-r--r-- | local.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |