From 6403e5a4d01120bc474557ef9643509cd0da0a7b Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Tue, 2 Feb 2010 11:29:43 -0300 Subject: [PATCH] Fixing top menu colors --- public/designs/themes/base/errors.css | 2 +- public/designs/themes/base/layout.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/designs/themes/base/errors.css b/public/designs/themes/base/errors.css index d1ff8d8..5686978 100644 --- a/public/designs/themes/base/errors.css +++ b/public/designs/themes/base/errors.css @@ -14,7 +14,7 @@ body { } #header { - background: #ced3ce url(imgs/menu-top-bg-right.png) top right no-repeat; + background: #d6d3d6 url(imgs/menu-top-bg-right.png) top right no-repeat; height: 42px; margin-top: 48px; } diff --git a/public/designs/themes/base/layout.css b/public/designs/themes/base/layout.css index 8f714e4..cf0fb43 100644 --- a/public/designs/themes/base/layout.css +++ b/public/designs/themes/base/layout.css @@ -134,7 +134,7 @@ body, th, td, input { right: 0px; width: 100%; text-align: right; - background: #ced3ce url(imgs/menu-top-bg-left.png) no-repeat; + background: #d6d3d6 url(imgs/menu-top-bg-left.png) no-repeat; } #navigation-end { -- libgit2 0.21.2