Minor
This commit is contained in:
parent
0790402414
commit
f6f71ea0ee
@ -73,7 +73,7 @@ class TopPostersSection extends ProfileSection
|
|||||||
{
|
{
|
||||||
$this->out->elementStart('tr');
|
$this->out->elementStart('tr');
|
||||||
$this->out->elementStart('td');
|
$this->out->elementStart('td');
|
||||||
$this->out->elementStart('span', 'vcard');
|
$this->out->elementStart('span', 'vcard');
|
||||||
$this->out->elementStart('a', array('title' => ($profile->fullname) ?
|
$this->out->elementStart('a', array('title' => ($profile->fullname) ?
|
||||||
$profile->fullname :
|
$profile->fullname :
|
||||||
$profile->nickname,
|
$profile->nickname,
|
||||||
@ -89,7 +89,7 @@ class TopPostersSection extends ProfileSection
|
|||||||
$profile->fullname :
|
$profile->fullname :
|
||||||
$profile->nickname));
|
$profile->nickname));
|
||||||
$this->out->element('span', 'fn nickname', $profile->nickname);
|
$this->out->element('span', 'fn nickname', $profile->nickname);
|
||||||
$this->out->elementEnd('span');
|
$this->out->elementEnd('span');
|
||||||
$this->out->elementEnd('a');
|
$this->out->elementEnd('a');
|
||||||
$this->out->elementEnd('td');
|
$this->out->elementEnd('td');
|
||||||
if ($profile->value) {
|
if ($profile->value) {
|
||||||
|
@ -716,7 +716,8 @@ float:left;
|
|||||||
width:644px;
|
width:644px;
|
||||||
width:96.699%;
|
width:96.699%;
|
||||||
width:100%;
|
width:100%;
|
||||||
border-top:1px dashed #D1D9E4;
|
border-top-width:1px;
|
||||||
|
border-top-style:dashed;
|
||||||
/*-moz-border-radius:7px;*/
|
/*-moz-border-radius:7px;*/
|
||||||
}
|
}
|
||||||
.notices li {
|
.notices li {
|
||||||
@ -1086,7 +1087,8 @@ padding-bottom:11px;
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.section .notice:first {
|
.section .notice:first-child {
|
||||||
|
padding-top:0;
|
||||||
border-top:0;
|
border-top:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user