Commit f63ac679 authored by Christian Legnitto's avatar Christian Legnitto Committed by Max Kanat-Alexander

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
parent 4e36bf4d
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment