Use different selector to cover #banner and #banner_install.

This commit is contained in:
Matthias Mees 2013-01-28 16:36:32 +01:00
parent d3b40684c1
commit d7d89119e2

View File

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