diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-16 08:35:47 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-16 08:35:47 +0000 |
commit | 98d21b028c66bb30241398e4667814f125021c35 (patch) | |
tree | 10aa239e5d330555cc8226e837651788a1797e14 /views/default | |
parent | 0d1a771a7238f723fcfcfb0feb399fb2478496a3 (diff) | |
download | elgg-98d21b028c66bb30241398e4667814f125021c35.tar.gz elgg-98d21b028c66bb30241398e4667814f125021c35.tar.bz2 |
river blog updated - added
git-svn-id: https://code.elgg.org/elgg/trunk@1432 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default')
-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 e2eff3013..fe4b98dda 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -1120,6 +1120,9 @@ p.user_menu_friends_of { .river_blog_create { background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_blog.gif) no-repeat left -1px; } +.river_blog_update { + background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_blog.gif) no-repeat left -1px; +} .river_forumtopic_create { background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px; } |