From ce42c6f3051ac114a915d4ce65b4c89a69808c5f Mon Sep 17 00:00:00 2001 From: Christian Legnitto Date: Mon, 27 Sep 2010 20:32:21 -0700 Subject: [PATCH] Bug 598213: Change the color of the border on the header so that the header doesn't look misaligned on gray backgrounds. r=pyrzak, a=mkanat --- skins/standard/global.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/skins/standard/global.css b/skins/standard/global.css index 48af2d5626..fa5c5cf950 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -53,9 +53,9 @@ } #header .links { - border-left: 1px solid silver; - border-right: 1px solid silver; - border-bottom: 1px solid silver; + border-left: 1px solid #747E93; + border-right: 1px solid #747E93; + border-bottom: 1px solid #747E93; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; padding: 0.5em; -- 2.47.2