diff options
Diffstat (limited to 'views/default/tidypics')
-rw-r--r-- | views/default/tidypics/css.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/views/default/tidypics/css.php b/views/default/tidypics/css.php index 4d17ba214..bc0073734 100644 --- a/views/default/tidypics/css.php +++ b/views/default/tidypics/css.php @@ -178,12 +178,9 @@ padding:0 0 5px; /* --------- tidypics river items ------------ */ -.river_image_create { +.river_object_image_create { background: url(<?php echo $vars['url']; ?>mod/tidypics/graphics/icons/river_icon_image.gif) no-repeat left -1px; } -.river_album_create { - background: url(<?php echo $vars['url']; ?>mod/tidypics/graphics/icons/river_icon_album.gif) no-repeat left -1px; -} .river_object_album_create { background: url(<?php echo $vars['url']; ?>mod/tidypics/graphics/icons/river_icon_album.gif) no-repeat left -1px; } |