diff options
author | Siri Reiter <siri@jones.dk> | 2009-03-15 14:30:42 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-03-15 14:30:42 +0100 |
commit | e6e97a5d41cce81070d9b5435e6aff52a3788088 (patch) | |
tree | 61cf6ef36b809d8499f38a6224c38024bb9d5352 | |
parent | abadd97cc52527547c6653a099a2b6281bda111a (diff) |
CSS: wrapper with float.
-rw-r--r-- | local.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -70,6 +70,11 @@ DIV#sidebar a { text-decoration: none; } +DIV#wrapper { + width: 80% + float: right; +} + DIV#content { clear: both; margin: 0 10%; |