From f63ac679439c2460d3087eedc319a353bf4ea082 Mon Sep 17 00:00:00 2001 From: Christian Legnitto Date: Mon, 27 Sep 2010 20:29:59 -0700 Subject: 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(-) (limited to 'skins') diff --git a/skins/standard/global.css b/skins/standard/global.css index 8993467ef..feb21b535 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; -- cgit v1.2.3-24-g4f1b