Browse Source

Replace some inline styling

undefined
spaghetti 7 years ago
committed by Tomochin
parent
commit
b0654797ae
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      design/views/generic/reply/quickreply.php

+ 2
- 2
design/views/generic/reply/quickreply.php View File

@@ -73,10 +73,10 @@
</colgroup> </colgroup>
<tr class="colhead_dark"> <tr class="colhead_dark">
<td colspan="<?=(Users::has_avatars_enabled() ? 2 : 1)?>"> <td colspan="<?=(Users::has_avatars_enabled() ? 2 : 1)?>">
<div style="float: left;"><a href="#quickreplypreview">#XXXXXX</a>
<div class="float_left"><a href="#quickreplypreview">#XXXXXX</a>
by <strong><?=Users::format_username(G::$LoggedUser['ID'], true, true, true, true)?></strong> Just now by <strong><?=Users::format_username(G::$LoggedUser['ID'], true, true, true, true)?></strong> Just now
</div> </div>
<div style="float: right;">
<div class="float_right">
<a href="#quickreplypreview" class="brackets">Report</a> <a href="#quickreplypreview" class="brackets">Report</a>
&nbsp; &nbsp;
<a href="#">&uarr;</a> <a href="#">&uarr;</a>


Loading…
Cancel
Save