From 8e5af637f82f87eb27e841c3df0538178ca9535b Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Wed, 22 Sep 2010 00:59:43 +0200 Subject: [PATCH 2/2] Fix background color for hovered links in the header. --- templates/arch/styles.css | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/templates/arch/styles.css b/templates/arch/styles.css index a63eb99..c3733ce 100644 --- a/templates/arch/styles.css +++ b/templates/arch/styles.css @@ -42,6 +42,11 @@ a img {border:0;} a:hover { background-color:#F0E68C; } + +#archnavbar a:hover { + background-color:transparent !important; +} + strong, b { color:gray; font-weight:normal; -- 1.7.3