Commit 03101c7a85daa200e09888fc5833c8e49f65794d

Authored by Antonio Terceiro
1 parent 54a0ab15

Fix image references in base theme

(ActionItem1644)
Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
public/designs/themes/base/style.css
@@ -187,13 +187,13 @@ body, th, td, input { @@ -187,13 +187,13 @@ body, th, td, input {
187 .msie6 #navigation { 187 .msie6 #navigation {
188 background: none; 188 background: none;
189 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader 189 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader
190 - (src='/stylesheets/ng/imgs/menu-top-bg-left.png', sizingMethod='scale'); 190 + (src='imgs/menu-top-bg-left.png', sizingMethod='scale');
191 } 191 }
192 .msie6 #navigation-end { 192 .msie6 #navigation-end {
193 right: -1px; 193 right: -1px;
194 background: none; 194 background: none;
195 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader 195 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader
196 - (src='/stylesheets/ng/imgs/menu-top-bg-right.png', sizingMethod='scale'); 196 + (src='imgs/menu-top-bg-right.png', sizingMethod='scale');
197 } 197 }
198 198
199 #navigation ul { 199 #navigation ul {