Use different selector to cover #banner and #banner_install.

This commit is contained in:
Matthias Mees 2013-01-28 16:34:16 +01:00
parent c7915f4387
commit d3b40684c1

View File

@ -957,10 +957,10 @@ summary { cursor: pointer; }
#top a:hover,
#top a:focus { color: #fcfcfc; }
#banner a,
#banner a:visited,
#banner a:hover,
#banner a:focus {
h1 a,
h1 a:visited,
h1 a:hover,
h1 a:focus {
color: #fcfcfc;
text-decoration: none;
}