]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Removed <dl> structure from NoticeListItem::showContext. Same as
authorSarven Capadisli <csarven@controlyourself.ca>
Sat, 25 Jul 2009 18:26:00 +0000 (18:26 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Sat, 25 Jul 2009 18:26:00 +0000 (18:26 +0000)
committ e0b877b26c5e93809b2a53b6c46326d5e31fa0e8.

lib/noticelist.php
theme/base/css/display.css

index 7d363a5a2496652216dc78cc701be6741371a3a5..a8d5059ca49bb443c17c21caf93c6fe02af8e150 100644 (file)
@@ -424,13 +424,9 @@ class NoticeListItem extends Widget
             && $this->notice->conversation != $this->notice->id) {
             $convurl = common_local_url('conversation',
                                          array('id' => $this->notice->conversation));
-            $this->out->elementStart('dl', 'response');
-            $this->out->element('dt', null, _('To'));
-            $this->out->elementStart('dd');
-            $this->out->element('a', array('href' => $convurl.'#notice-'.$this->notice->id),
+            $this->out->element('a', array('href' => $convurl.'#notice-'.$this->notice->id,
+                                           'class' => 'response'),
                                 _('in context'));
-            $this->out->elementEnd('dd');
-            $this->out->elementEnd('dl');
         }
     }
 
index 3b3c0e19f1b91c5556b5d4119386ec5f6178ec36..1e493747325d4abd5c17935315a71e7588611107 100644 (file)
@@ -876,15 +876,6 @@ float:left;
 font-size:1.025em;
 }
 
-.notice div.entry-content dl,
-.notice div.entry-content dt,
-.notice div.entry-content dd {
-display:inline;
-}
-
-.notice div.entry-content .response dt {
-display:none;
-}
 .notice div.entry-content a.timestamp {
 display:inline-block;
 }