diff options
author | Siri Reiter <siri@jones.dk> | 2008-09-01 14:32:19 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2008-09-01 14:32:19 +0200 |
commit | bb58f6c41cf6ae371a250225074146551309531a (patch) | |
tree | f7ea1be68d71d6da93b11abddd70db0b1d6d7c18 /local.css | |
parent | 679c36e9ea54c9a1184174b9c36c0e7b62551015 (diff) |
Float changes (content).
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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; } |