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