diff options
| -rw-r--r-- | views/default/css.php | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/views/default/css.php b/views/default/css.php index d7ff63fc0..b24b2b5a4 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -1250,7 +1250,9 @@ p.user_menu_friends_of {  .river_object_page_top_comment {  	background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;  } - +.river_object_page_comment { +	background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px; +}  /* ***************************************  	SEARCH LISTINGS	  | 
