diff options
Diffstat (limited to 'mod/thewire/views/default')
-rw-r--r-- | mod/thewire/views/default/thewire/css.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/thewire/views/default/thewire/css.php b/mod/thewire/views/default/thewire/css.php index 6cd92dd99..8b46f4b18 100644 --- a/mod/thewire/views/default/thewire/css.php +++ b/mod/thewire/views/default/thewire/css.php @@ -56,6 +56,9 @@ background-repeat: no-repeat; background-position: right bottom; } +.members_list .wire_post { /* when displayed in lists of friends */ + margin-top:4px; +} .wire_post_contents { background-color: #eeeeee; margin:0; |