From: sarven <csarven@plantard.controlezvous.ca>
Date: Fri, 23 Jan 2009 00:20:05 +0000 (+0000)
Subject: Minor markup fix
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2935e8c7ce3a9a31b9191d4a02cb8cab348c68e6;p=quix0rs-gnu-social.git

Minor markup fix
---

diff --git a/actions/showgroup.php b/actions/showgroup.php
index 6e2f939f97..8d8fbe6be5 100644
--- a/actions/showgroup.php
+++ b/actions/showgroup.php
@@ -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');
     }
 }
diff --git a/lib/tagcloudsection.php b/lib/tagcloudsection.php
index 1a7f721b2f..178dd88ca7 100644
--- a/lib/tagcloudsection.php
+++ b/lib/tagcloudsection.php
@@ -116,4 +116,9 @@ class TagCloudSection extends Section
     {
         return common_local_url('tag', array('tag' => $tag));
     }
+
+    function divId()
+    {
+        return 'tagcloud';
+    }
 }
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index 596ce42f4b..46bce79edb 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -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 {