From 876575f63491226db28234519872380a1073d7e2 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 14 Aug 2005 17:38:18 +0000 Subject: fixed typo in style.inc --- contrib/themes/Solar/templates/style.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'contrib/themes/Solar') diff --git a/contrib/themes/Solar/templates/style.inc b/contrib/themes/Solar/templates/style.inc index 726bc634..c483412d 100755 --- a/contrib/themes/Solar/templates/style.inc +++ b/contrib/themes/Solar/templates/style.inc @@ -131,7 +131,7 @@ padding: 0 10px 0 10px; border-right: 1px solid #000; display: inline; - background: url(/images/light.jpg) repeat-x; + background: url(/images/Light.jpg) repeat-x; } #mainmenu li.active { background: url(/images/Dark.jpg) repeat-x; @@ -157,7 +157,7 @@ border-right: 1px solid #000; border-left: 1px solid #000; border-top: 1px solid #000; - background: url(/images/light.jpg) repeat; + background: url(/images/Light.jpg) repeat; } #adminmenu li { float: left; @@ -165,7 +165,7 @@ padding: 0 20px 0 20px; border-right: 1px solid #000; display: inline; - background: url(/images/light.jpg) repeat-x; + background: url(/images/Light.jpg) repeat-x; } #adminmenu li.active { background: url(/images/Dark.jpg) repeat-x; @@ -187,7 +187,7 @@ /*************** END Page Header *****************/ .navitem { - background: url(/images/light.jpg) repeat-x; + background: url(/images/Light.jpg) repeat-x; vertical-align: top; text-align: center; } -- cgit