summaryrefslogtreecommitdiffstats
path: root/skins/standard/global.css
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2009-03-02 00:39:37 +0100
committermkanat%bugzilla.org <>2009-03-02 00:39:37 +0100
commitb4ab958823eaf0cddb1ce15f8af9ed7539b300cf (patch)
treef0d251425f29fc6c30c5c8cf3717a933a80bab37 /skins/standard/global.css
parent573ea7b8b5bfaa6bda751e31fd50954c2ee22b39 (diff)
downloadbugzilla-b4ab958823eaf0cddb1ce15f8af9ed7539b300cf.tar.gz
bugzilla-b4ab958823eaf0cddb1ce15f8af9ed7539b300cf.tar.xz
Bug 478232: Fix HTML validation of pages after index/header UI changes.
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
Diffstat (limited to 'skins/standard/global.css')
-rw-r--r--skins/standard/global.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css
index a18378d4b..def4e82d2 100644
--- a/skins/standard/global.css
+++ b/skins/standard/global.css
@@ -202,19 +202,19 @@
/* tabs (end) */
/* generic (begin) */
- :link {
+ a {
color: #039;
}
- :visited {
+ a:visited {
color: #636;
}
- :link:hover, :visited:hover {
+ a:hover {
color: #333;
}
- :link:active, :link:active {
+ a:active {
color: #000;
}