add general sidebar settings

Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
Nico Schottelius 2009-05-07 08:07:52 +02:00
parent 86b97e5ed2
commit d9786b4048
1 changed files with 12 additions and 0 deletions

View File

@ -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;
}