From d9786b40482a4ed93aab06c5684a0e494bba1f1b Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 7 May 2009 08:07:52 +0200 Subject: [PATCH] add general sidebar settings Signed-off-by: Nico Schottelius --- local.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/local.css b/local.css index 0855f3b8..4f979e3a 100644 --- a/local.css +++ b/local.css @@ -8,6 +8,18 @@ * 2008-01-?? * */ +#sidebar { + line-height: 3ex; + width: 20ex; + float: right; + margin-left: 40px; + margin-bottom: 40px; + padding: 2ex 2ex; + background: white; + color: black !important; +} + + body { background: #474747; }