diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-24 03:23:40 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-24 03:23:40 +0000 |
commit | 08030196ca2c0ff51ac0edd420f0e8046e676623 (patch) | |
tree | f378cf19b15c02f588457ddd2d70065229b10e71 /theme/base | |
parent | 0cdaf3e155db84f8b6319406038cc889357fd5d7 (diff) |
new group markup in usergroups matching groups
Diffstat (limited to 'theme/base')
-rw-r--r-- | theme/base/css/display.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index bee8d829a..d4e9742b2 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -946,10 +946,10 @@ padding:0; -#groups p { +#new_group { margin-bottom:18px; } -#groups #new_group a { +#new_group a { padding-left:20px; } |