diff options
author | Alex Legler <alex@a3li.li> | 2011-03-06 11:54:34 +0100 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2011-03-06 12:07:26 +0100 |
commit | e04d24998cbc5180174947334d78a9b3a4fad051 (patch) | |
tree | 9f81f04bd8c7da79eee62ec3045327c93a6ea818 /skins/contrib | |
parent | Update bug creation/edit templates (diff) | |
download | bugzilla-e04d24998cbc5180174947334d78a9b3a4fad051.tar.gz bugzilla-e04d24998cbc5180174947334d78a9b3a4fad051.tar.bz2 bugzilla-e04d24998cbc5180174947334d78a9b3a4fad051.zip |
Fix styling for visited links in the header bar
Diffstat (limited to 'skins/contrib')
-rw-r--r-- | skins/contrib/Gentoo/global.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/contrib/Gentoo/global.css b/skins/contrib/Gentoo/global.css index 96b0795e9..636a3ce72 100644 --- a/skins/contrib/Gentoo/global.css +++ b/skins/contrib/Gentoo/global.css @@ -298,7 +298,7 @@ div#gentoo-bar div a:hover { color: #45347B; } -div#gentoo-bar div a:link.active { +div#gentoo-bar div a.active { background-color: white; font-weight: bold; } |