forked from GNUsocial/gnu-social
HTML br is not needed. Using 'clear' in CSS instead.
This commit is contained in:
parent
79b1e3a488
commit
a839daad2e
@ -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);
|
$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->elementStart('div', 'guide');
|
||||||
$this->raw(common_markup_to_html($message));
|
$this->raw(common_markup_to_html($message));
|
||||||
$this->elementEnd('div');
|
$this->elementEnd('div');
|
||||||
|
@ -1156,3 +1156,6 @@ margin-bottom:18px;
|
|||||||
.help dt {
|
.help dt {
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
|
.guide {
|
||||||
|
clear:both;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user