Skip to content

Commit

Permalink
block_online-users MDLSITE-1002 Fixed chrome issue by adding position…
Browse files Browse the repository at this point in the history
… css to positioned li
  • Loading branch information
Sam Hemelryk committed Oct 6, 2010
1 parent cd6cf6b commit 63442fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/online_users/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.block_online_users .content .list li.listentry {clear:both;}
.block_online_users .content .list li.listentry div.user {float:left;}
.block_online_users .content .list li.listentry div.user {float:left;position:relative;}
.block_online_users .content .list li.listentry div.message {float:right;}

0 comments on commit 63442fe

Please sign in to comment.