fix positioning, fix a:hover colour

Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
Nico Schottelius 2009-05-07 12:23:39 +02:00
parent 97493128ed
commit 0314e0f606
1 changed files with 17 additions and 20 deletions

View File

@ -11,16 +11,13 @@
#sidebar { #sidebar {
width: 20ex; width: 20ex;
float: left; float: left;
margin-left:10px;
margin-top: 10px; margin-top: 10px;
margin-bottom: 40px; margin-left: 0px;
background: #474747;
background: #800000; background: #800000;
/* font-color: #e6deee; */ border: 2px solid #500000;
font-size: 80%; font-size: 80%;
font-family: sans-serif; font-family: sans-serif;
border: 2px solid #500000; color: #c0c0c0 !important;
} }
#sidebar ul { #sidebar ul {
@ -59,7 +56,7 @@ a {
text-decoration: none; text-decoration: none;
} }
a:hover { background: #300000; } a:hover { background: blue; }
pre { pre {
color: #d0d0d0; color: #d0d0d0;