]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Minor
authorsarven <csarven@plantard.controlezvous.ca>
Thu, 22 Jan 2009 21:07:11 +0000 (21:07 +0000)
committersarven <csarven@plantard.controlezvous.ca>
Thu, 22 Jan 2009 21:07:11 +0000 (21:07 +0000)
lib/topposterssection.php
theme/base/css/display.css

index 4701ca83fbad2b3b10dde5536bd4149ed128f990..78697309369fc9a9c50a9658032365ebf3f8bd45 100644 (file)
@@ -73,7 +73,7 @@ class TopPostersSection extends ProfileSection
     {
         $this->out->elementStart('tr');
         $this->out->elementStart('td');
-        $this->out->elementStart('span', 'vcard');        
+        $this->out->elementStart('span', 'vcard');
         $this->out->elementStart('a', array('title' => ($profile->fullname) ?
                                        $profile->fullname :
                                        $profile->nickname,
@@ -89,7 +89,7 @@ class TopPostersSection extends ProfileSection
                                     $profile->fullname :
                                     $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('td');
         if ($profile->value) {
index 2208529c034426dbff347044c66addf28833b7ab..5d2a0d3c436fb6a23d60a262b85e53a902f10ad6 100644 (file)
@@ -716,7 +716,8 @@ float:left;
 width:644px;
 width:96.699%;
 width:100%;
-border-top:1px dashed #D1D9E4;
+border-top-width:1px;
+border-top-style:dashed;
 /*-moz-border-radius:7px;*/
 }
 .notices li {
@@ -1086,7 +1087,8 @@ padding-bottom:11px;
 
 }
 
-.section .notice:first {
+.section .notice:first-child {
+padding-top:0;
 border-top:0;
 }