From b5252261f11581d046f87d1fb27ec28a7b4278e5 Mon Sep 17 00:00:00 2001 From: moodler Date: Sat, 13 Jan 2007 05:56:45 +0000 Subject: [PATCH] POssible slight improvement to looks in standardwhite --- theme/standardwhite/gradients.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/theme/standardwhite/gradients.css b/theme/standardwhite/gradients.css index ac33ead334..aa7b9cc25b 100644 --- a/theme/standardwhite/gradients.css +++ b/theme/standardwhite/gradients.css @@ -20,3 +20,13 @@ div.header { background-repeat:repeat-x; } +.tabrow0 li a { + background-image:url(gradient.jpg); + background-position:top; + background-repeat:repeat-x; +} + +.tabrow1 li a { + background-image:none !important; +} + -- 2.39.5