diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-05 20:57:54 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-05 20:57:54 +0000 |
commit | 8df93307ab75aa31e0e6dd2efcc777ae98c2303c (patch) | |
tree | 2fd8e9a2168238b449d3f8afa8a15cd67ae56a4b /views/default/css.php | |
parent | 9f8b75b3a288a6e0fb969ed0f853c80a109831ca (diff) | |
download | elgg-8df93307ab75aa31e0e6dd2efcc777ae98c2303c.tar.gz elgg-8df93307ab75aa31e0e6dd2efcc777ae98c2303c.tar.bz2 |
river additions
git-svn-id: https://code.elgg.org/elgg/trunk@1723 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css.php')
-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; } |