diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-22 00:12:16 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-22 00:12:16 +0000 |
commit | 07b52e19beff39a7f7cb5de4ebb199f2d894ad08 (patch) | |
tree | 4a200f4f7a44f5badae231f74649cba34f66b48b /theme/base/css/display.css | |
parent | a57f12b06c9972b4935b7e21a4c9ea1f34647eb3 (diff) |
Minor cleanup for future groups_related
Diffstat (limited to 'theme/base/css/display.css')
-rw-r--r-- | theme/base/css/display.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index c622e2f22..253cbfa38 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -1194,34 +1194,34 @@ margin-bottom:0; -.section .groups, +#groups_related ul, #users_featured ul { list-style-type:none; } -.section .groups li, +#groups_related li, #users_featured li { margin-top:11px; float:left; width:100%; } -.section .groups li:first-child, +#groups_related li:first-child, #users_featured li:first-child { margin-top:0; } -.section .groups .vcard, +#groups_related .vcard, #users_featured .vcard { float:left; margin-bottom:-23px; } -.section .groups dl, +#groups_related dl, #users_featured dl { float:left; margin-left:63px; clear:left; } -.section .groups dt, +#groups_related dt, #users_featured dt { display:none; font-weight:bold; |