From d3b40684c179e5406e68ede56d547090b9751e95 Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Mon, 28 Jan 2013 16:34:16 +0100 Subject: [PATCH] Use different selector to cover #banner and #banner_install. --- templates/2k11/admin/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/2k11/admin/style.css b/templates/2k11/admin/style.css index 1a8f22c0..f2b39260 100644 --- a/templates/2k11/admin/style.css +++ b/templates/2k11/admin/style.css @@ -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; }