diff options
Diffstat (limited to 'views/default')
-rw-r--r-- | views/default/css.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/views/default/css.php b/views/default/css.php index 538054ae0..4b139d3a9 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -1,4 +1,4 @@ -eems <?php +<?php /** * Elgg CSS @@ -1032,6 +1032,9 @@ p.user_menu_friends_of { .river_user_profileupdate { background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_profile.gif) no-repeat left -1px; } +.river_user_profileiconupdate { + background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_profile.gif) no-repeat left -1px; +} .river_annotate { background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px; } |