diff options
-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; } |