diff options
author | Siri Reiter <siri@jones.dk> | 2008-09-01 14:02:15 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2008-09-01 14:02:15 +0200 |
commit | 679c36e9ea54c9a1184174b9c36c0e7b62551015 (patch) | |
tree | 361b3987fd8a8822a97d16e6afa44894c0b83aa5 /local.css | |
parent | a87c5ada1e1242133960f830b7e88b00127ce81b (diff) |
Add wrapper in local.css.
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ /* Add local styling here, instead of modifying style.css. */ +DIV#wrapper { + float: right; + width: 90%; +} DIV#content { float: left; max-width: 72em; |