diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-11 18:50:12 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-11 18:50:12 +0000 |
commit | 9a5ab6d677c44a89fc56dcd4f91e0376c8fad83a (patch) | |
tree | 55f29abb9fa7d7990c299d845f4bf0e8b24e1585 | |
parent | 0cbb89555a0d7b38834351f69fe0bb97d4fe4d6b (diff) | |
download | elgg-9a5ab6d677c44a89fc56dcd4f91e0376c8fad83a.tar.gz elgg-9a5ab6d677c44a89fc56dcd4f91e0376c8fad83a.tar.bz2 |
river_forums_update added
git-svn-id: https://code.elgg.org/elgg/trunk@1409 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r-- | views/default/css.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/views/default/css.php b/views/default/css.php index 2f4e38b42..8ef217813 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -1100,6 +1100,9 @@ p.user_menu_friends_of { .river_forums_create { background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px; } +.river_forums_update { + background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_plugin.gif) no-repeat left -1px; +} .river_widget_update { background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_plugin.gif) no-repeat left -1px; } |