From: g0dil Date: Mon, 18 Jun 2007 10:07:06 +0000 (+0000) Subject: Tiny IE CSS fix (sigh) X-Git-Url: http://g0dil.de/git?a=commitdiff_plain;h=5c9b2cd744b023315f4500232f65ff24bc736dae;p=senf.git Tiny IE CSS fix (sigh) git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@264 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/doclib/senf.css b/doclib/senf.css index 9985250..12a3f3e 100644 --- a/doclib/senf.css +++ b/doclib/senf.css @@ -81,7 +81,7 @@ body { } #head a:hover { - background-color: inherit; + background-color: #EDE497; text-decoration: underline; }