From 310826a81a32e91bf71fd50b2d4368226c1539b4 Mon Sep 17 00:00:00 2001 From: Christian Date: Sat, 5 Sep 2009 15:43:38 +0000 Subject: [PATCH] B3P v2: Fixed portal.css --- root/styles/prosilver/theme/portal.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/styles/prosilver/theme/portal.css b/root/styles/prosilver/theme/portal.css index d6c59910..031762ce 100644 --- a/root/styles/prosilver/theme/portal.css +++ b/root/styles/prosilver/theme/portal.css @@ -35,7 +35,7 @@ padding-bottom: 2px; /*bottom spacing between menu items*/ } .portal-navigation ul li a{ -background-image: url("{T_THEME_PATH}/images/portal/arrowbullet.gif"); +background-image: url("images/portal/arrowbullet.gif"); background-repeat: no-repeat; background-position: center left; /*custom bullet list image*/ display: block;