From c4811bb76e6a6ee8a706c7393826bd97f8085194 Mon Sep 17 00:00:00 2001 From: Eric Marguin Date: Wed, 6 Dec 2006 13:32:21 +0100 Subject: [PATCH] [svn r10368] menu (header3) : replace the white background by the old background. I corrected (I don't know why) the bug on IE (the breadcrumb sometimes was shifted in the middle of the page) --- main/css/default/default.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/main/css/default/default.css b/main/css/default/default.css index 02d566044f..d354428ecb 100644 --- a/main/css/default/default.css +++ b/main/css/default/default.css @@ -343,15 +343,19 @@ a.invisible:visited { } #header3 #current { - background-color: #fff; - border-bottom: 1px solid #fff; + background-color: #e9a151; + border-bottom: 1px solid #4171b5; } #header3 #current a { - border-bottom: 1px solid #fff; - color: #fff + border-bottom: 0px solid #4171b5; + color: rgb(39,84,175) } + #header3 #current a:hover { + color: #333; + } + #header3 .banner_links { margin: 0; }