Module: check_mk
Branch: master
Commit: 570942ae874b0d61847d28f2ce7cb2171d33b91b
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=570942ae874b0d…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Sat Mar 23 16:56:46 2013 +0100
Make styling of header more explicit
this avoids CSS conflicts in some cases
---
web/htdocs/check_mk.css | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/web/htdocs/check_mk.css b/web/htdocs/check_mk.css
index 0949b11..0f378ed 100644
--- a/web/htdocs/check_mk.css
+++ b/web/htdocs/check_mk.css
@@ -63,7 +63,7 @@ body {
color: white;
}
-body a {
+body a, body a:link, body a:visited {
color: white;
}