diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-08-02 23:44:40 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-08-02 23:44:40 +0000 |
commit | d124fec101c9b2a2be29587cb4eff5826b78623d (patch) | |
tree | b0ac9d7dce4375ff26462991a93ff4d3ac4f21b4 /views/default/tidypics/css.php | |
parent | 6c9af8f91b34f9f2f31e58ede1f97f6e4d130928 (diff) | |
download | elgg-d124fec101c9b2a2be29587cb4eff5826b78623d.tar.gz elgg-d124fec101c9b2a2be29587cb4eff5826b78623d.tar.bz2 |
tags go to river now
Diffstat (limited to 'views/default/tidypics/css.php')
-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; |