]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Minor markup fix
authorsarven <csarven@plantard.controlezvous.ca>
Fri, 23 Jan 2009 00:20:05 +0000 (00:20 +0000)
committersarven <csarven@plantard.controlezvous.ca>
Fri, 23 Jan 2009 00:20:05 +0000 (00:20 +0000)
actions/showgroup.php
lib/tagcloudsection.php
theme/base/css/display.css

index 6e2f939f97ad7205fe186c2be7857d8df4b1d8fe..8d8fbe6be57ac46da06312f8f50f3df402ff1df4 100644 (file)
@@ -351,7 +351,7 @@ class ShowgroupAction extends Action
             return;
         }
 
-        $this->elementStart('div', array('id' => 'entity_subscriptions',
+        $this->elementStart('div', array('id' => 'entity_members',
                                          'class' => 'section'));
 
         $this->element('h2', null, _('Members'));
@@ -369,5 +369,7 @@ class ShowgroupAction extends Action
                                                                  array('nickname' => $this->group->nickname))),
                            _('All members'));
         }
+
+        $this->elementEnd('div');
     }
 }
index 1a7f721b2fa191de93c7371e7ca2fce1f876030a..178dd88ca7399fb9ff0fc330455d35383e0e9eef 100644 (file)
@@ -116,4 +116,9 @@ class TagCloudSection extends Section
     {
         return common_local_url('tag', array('tag' => $tag));
     }
+
+    function divId()
+    {
+        return 'tagcloud';
+    }
 }
index 596ce42f4bb7e2b3de7acb1a3144a04374285461..46bce79edbddc9928b5031de40dac460a465fa9c 100644 (file)
@@ -812,11 +812,11 @@ border-radius:4px;
 }
 
 .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,
@@ -829,22 +829,11 @@ float:left;
 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 {