]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
HTML br is not needed. Using 'clear' in CSS instead.
authorSarven Capadisli <csarven@controlyourself.ca>
Tue, 7 Apr 2009 23:45:22 +0000 (23:45 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Tue, 7 Apr 2009 23:45:22 +0000 (23:45 +0000)
actions/showstream.php
theme/base/css/display.css

index cb40d1302de31bf75b0eca64abad9b775c9818d3..4181a2bab9b32dbf07fa170c2bf39a946aeb309d 100644 (file)
@@ -345,7 +345,6 @@ class ShowstreamAction extends ProfileAction
             $message .= sprintf(_('Why not [register an account](%%%%action.register%%%%) and then nudge %s or post a notice to his or her attention.'), $this->user->nickname);
         }
 
-        $this->element('br', array('clear' => 'both'));
         $this->elementStart('div', 'guide');
         $this->raw(common_markup_to_html($message));
         $this->elementEnd('div');
index 6c3c7e91272b8700d9362575d584305af184a57c..dfac7712a48ed5c585eb80a825e3e5b330b79e19 100644 (file)
@@ -1156,3 +1156,6 @@ margin-bottom:18px;
 .help dt {
 display:none;
 }
+.guide {
+clear:both;
+}