From c8b69ecec5e76f2c946ee4f401c51855aa2332e5 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Thu, 23 Apr 2009 14:23:44 +0200 Subject: Text-decoration and color in sidebar hover. --- local.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/local.css b/local.css index 052fce7f..2ffb08b1 100644 --- a/local.css +++ b/local.css @@ -118,7 +118,12 @@ DIV#sidebar A { font-weight: bold; } -DIV#wrapper{ +DIV#sidebar A:hover { + text-decoration: underline; + color: LightBlue; +} + +DIV#wrapper { float: right; width: 60%; margin-right: 20%; -- cgit v1.2.3