return;
}
- $this->elementStart('div', array('id' => 'entity_subscriptions',
+ $this->elementStart('div', array('id' => 'entity_members',
'class' => 'section'));
$this->element('h2', null, _('Members'));
array('nickname' => $this->group->nickname))),
_('All members'));
}
+
+ $this->elementEnd('div');
}
}
}
.notice div.entry-content {
-/*border:1px solid blue;*/
clear:left;
float:left;
-/*width:48%;*/
font-size:0.95em;
+margin-left:59px;
+width:70%;
}
.notice div.entry-content a,
.notice .notice-options a,
font-size:1.025em;
}
-#laconicat .notice div.entry-content {
-/*margin-left:0;*/
-}
-
.notice div.entry-content dl,
.notice div.entry-content dt,
.notice div.entry-content dd {
display:inline;
}
-.notice div.entry-content .timestamp {
-margin-left:59px;
-}
-#showstream .notice div.entry-content .timestamp {
-margin-left:0;
-}
-
.notice div.entry-content .timestamp dt,
.notice div.entry-content .response dt {