diff options
Diffstat (limited to 'views/default/css.php')
-rw-r--r-- | views/default/css.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/css.php b/views/default/css.php index 3ed6f2127..a85079703 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -239,7 +239,7 @@ h6 { font-size: 0.8em; } } #layout_spotlight .collapsable_box_content p { padding:0; - background: url(<?php echo $vars['url']; ?>_graphics/temp_spotlight.gif) repeat-x left top; + /* background: url(<?php echo $vars['url']; ?>_graphics/temp_spotlight.gif) repeat-x left top; */ } #layout_footer { background: url(<?php echo $vars['url']; ?>_graphics/footer_back.gif) repeat-x left top; |