diff options
Diffstat (limited to 'views/default/tidypics')
-rw-r--r-- | views/default/tidypics/css.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/views/default/tidypics/css.php b/views/default/tidypics/css.php index a68ff22f0..66d42c22a 100644 --- a/views/default/tidypics/css.php +++ b/views/default/tidypics/css.php @@ -175,6 +175,10 @@ padding:0 0 5px; background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px; } +.river_user_tag { + background: url(<?php echo $vars['url']; ?>mod/tidypics/graphics/icons/river_icon_tag.gif) no-repeat left -1px; +}} + /* ----------- tagging ---------------- */ #tidypics_tag_instructions { background:#BBDAF7; |