Minor cleanup for future groups_related

This commit is contained in:
sarven 2009-01-22 00:12:16 +00:00
parent a57f12b06c
commit 07b52e19be
2 changed files with 7 additions and 7 deletions

View File

@ -384,10 +384,10 @@ class ShowstreamAction extends Action
function showSections() function showSections()
{ {
$this->showStatistics();
$this->showSubscriptions(); $this->showSubscriptions();
$this->showSubscribers(); $this->showSubscribers();
$this->showGroups(); $this->showGroups();
$this->showStatistics();
} }
function showSubscriptions() function showSubscriptions()

View File

@ -1194,34 +1194,34 @@ margin-bottom:0;
.section .groups, #groups_related ul,
#users_featured ul { #users_featured ul {
list-style-type:none; list-style-type:none;
} }
.section .groups li, #groups_related li,
#users_featured li { #users_featured li {
margin-top:11px; margin-top:11px;
float:left; float:left;
width:100%; width:100%;
} }
.section .groups li:first-child, #groups_related li:first-child,
#users_featured li:first-child { #users_featured li:first-child {
margin-top:0; margin-top:0;
} }
.section .groups .vcard, #groups_related .vcard,
#users_featured .vcard { #users_featured .vcard {
float:left; float:left;
margin-bottom:-23px; margin-bottom:-23px;
} }
.section .groups dl, #groups_related dl,
#users_featured dl { #users_featured dl {
float:left; float:left;
margin-left:63px; margin-left:63px;
clear:left; clear:left;
} }
.section .groups dt, #groups_related dt,
#users_featured dt { #users_featured dt {
display:none; display:none;
font-weight:bold; font-weight:bold;