From 873a1d579357103f1e70e49979aab7dfd1bf0a5d Mon Sep 17 00:00:00 2001 From: Blanksøgård Date: Sun, 28 Oct 2007 19:36:51 +0100 Subject: Add style to (and around) new container class, and to content. --- local.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/local.css b/local.css index ffa8dba..436d030 100644 --- a/local.css +++ b/local.css @@ -3,8 +3,29 @@ /* Add local styling here, instead of modifying style.css. */ /* sidebar left (not right) */ + +body { + background-color: darkgrey; +} + +#container { + background-color:white; + border-style:solid; + border-width:2px; + margin:10px 12%; +} + #sidebar { float: left; margin-left: inherit; margin-right: 40px; } + +#content { + line-height: 3ex; + width: 20ex; + float: right; + margin-left: 40px; + margin-bottom: 40px; + padding: 2ex 2ex; +} -- cgit v1.2.3