From 68029115225f0914ee6fd0ef74ac5d8bff05b99c Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 16 Jun 2011 17:22:03 +0200 Subject: [PATCH] put the green back in the panel background --- view/theme/greenzero/style.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/view/theme/greenzero/style.css b/view/theme/greenzero/style.css index ec15b736e8..51fcc09aec 100644 --- a/view/theme/greenzero/style.css +++ b/view/theme/greenzero/style.css @@ -5,6 +5,12 @@ a:link, a:visited { color: #549f4f; text-decoration: none; } a:hover {text-decoration: underline; } +.nav-selected.nav-link { color: #549f4f!important; border-bottom: 0px} +.nav-commlink, .nav-login-link {background-color: #aed3b2;} +.nav-commlink:link, .nav-commlink:visited, +.nav-login-link:link, .nav-login-link:visited{ + color: #ffffff; +} body { background-image: url(head.jpg); } aside( background-image: url(border.jpg); } @@ -12,12 +18,6 @@ section { background-image: url(border.jpg); } #profile-tabs-wrapper { background-image: url(head.jpg); } div.wall-item-content-wrapper.shiny { background-image: url('shiny.png'); } - -.nav-commlink, .nav-login-link { - background-color: #aed3b2; - -} - .fakelink, .fakelink:visited { color: #549f4f; }