Minor cleanup for future groups_related
This commit is contained in:
parent
a57f12b06c
commit
07b52e19be
|
@ -384,10 +384,10 @@ class ShowstreamAction extends Action
|
|||
|
||||
function showSections()
|
||||
{
|
||||
$this->showStatistics();
|
||||
$this->showSubscriptions();
|
||||
$this->showSubscribers();
|
||||
$this->showGroups();
|
||||
$this->showStatistics();
|
||||
}
|
||||
|
||||
function showSubscriptions()
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user