diff options
Diffstat (limited to 'views/default/css.php')
-rw-r--r-- | views/default/css.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/views/default/css.php b/views/default/css.php index 3bba536c0..39bdfbe1d 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -2035,9 +2035,12 @@ a.toggle_customise_edit_panel:hover { #group_stats { width:180px; background: #eeeeee; - padding:10px 10px 1px 10px; + padding:10px; margin:10px 0 20px 0; } +#group_stats p { + margin:0; +} #group_members { margin:10px; } |