summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorben <ben@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-01-06 09:58:24 +0000
committerben <ben@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-01-06 09:58:24 +0000
commit34376a4af9778c088bc420e0291059548aa3d5a2 (patch)
treecaf5ce71c28517e2abf1f8218ea3bd25020772bd /www
parentbd7106cba3a14334b36943975df13495a3f7814a (diff)
downloadneo-layout-34376a4af9778c088bc420e0291059548aa3d5a2.tar.gz
neo-layout-34376a4af9778c088bc420e0291059548aa3d5a2.tar.bz2
neo-layout-34376a4af9778c088bc420e0291059548aa3d5a2.zip
IE und konqueror interpretieren HighlightText als gleiche Farbe wie Highlight
git-svn-id: https://svn.neo-layout.org@1387 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'www')
-rw-r--r--www/stylesheet.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/stylesheet.css b/www/stylesheet.css
index 7e84ffa..63f0498 100644
--- a/www/stylesheet.css
+++ b/www/stylesheet.css
@@ -145,7 +145,7 @@ a.Navigationseintrag {
}
a { text-decoration:none; }
-a:hover { color:HighlightText; background-color:Highlight; }
+a:hover { 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; */ }