summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorknittl <knittl@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2010-08-14 12:54:59 +0000
committerknittl <knittl@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2010-08-14 12:54:59 +0000
commite924ad5d63f777e24dd0ab833b74fa95487097fc (patch)
treea16e9bafbbcf6c3f7dd9c4f1525ce7f4874df741
parentacb7e9fe0f9b8c5046c2d899bb6245570d1dcff6 (diff)
Fix highlight when hovering quicklinks in header
git-svn-id: https://svn.neo-layout.org@2336 b9310e46-f624-0410-8ea1-cfbb3a30dc96
-rw-r--r--www/stylesheet.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/stylesheet.css b/www/stylesheet.css
index dc80627..7d51236 100644
--- a/www/stylesheet.css
+++ b/www/stylesheet.css
@@ -145,7 +145,7 @@ a.Navigationseintrag {
}
a { text-decoration:none; }
-a:hover { background-color:Highlight; }
+a:hover, a:hover img { background-color:Highlight; }
h1 { margin-bottom:1em; margin-top:0em; font-size:1.5em; }
h2 { margin-bottom:.5em; margin-top:1.5em; font-size:1.2em; /* padding-left:1em; */ }