]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Minor cleanup for future groups_related
authorsarven <csarven@plantard.controlezvous.ca>
Thu, 22 Jan 2009 00:12:16 +0000 (00:12 +0000)
committersarven <csarven@plantard.controlezvous.ca>
Thu, 22 Jan 2009 00:12:16 +0000 (00:12 +0000)
actions/showstream.php
theme/base/css/display.css

index f853f277d38a54fe774b8fbc3d086dc91a70a431..1ea84cf218bfc04c87188a271cd69218e8e92208 100644 (file)
@@ -384,10 +384,10 @@ class ShowstreamAction extends Action
 
     function showSections()
     {
-        $this->showStatistics();
         $this->showSubscriptions();
         $this->showSubscribers();
         $this->showGroups();
+        $this->showStatistics();
     }
 
     function showSubscriptions()
index c622e2f226657d6e5dae1ffba6b6f5333c31f24d..253cbfa38548d6a0f1059207c38d97544f2e5778 100644 (file)
@@ -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;