diff options
Diffstat (limited to 'phpBB/styles/subSilver/template/bbcode.html')
| -rw-r--r-- | phpBB/styles/subSilver/template/bbcode.html | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/phpBB/styles/subSilver/template/bbcode.html b/phpBB/styles/subSilver/template/bbcode.html index 2a4da372dd..b7e54805b8 100644 --- a/phpBB/styles/subSilver/template/bbcode.html +++ b/phpBB/styles/subSilver/template/bbcode.html @@ -9,7 +9,7 @@ <!-- BEGIN listitem_close --></li><!-- END listitem_close --> <!-- BEGIN quote_username_open --> -<div class="quotetitle"><b>{USERNAME} {L_WROTE}:</b></div><div class="quotecontent"> +<div class="quotetitle">{USERNAME} {L_WROTE}:</div><div class="quotecontent"> <!-- END quote_username_open --> <!-- BEGIN quote_open --> @@ -29,20 +29,11 @@ <!-- END code_close --> <!-- BEGIN inline_attachment_open --> -</div> -<table class="tablebg" width="100%" cellspacing="1"> - <tr> - <td class="row3"><b class="genmed">{L_ATTACHMENT}: </b></td> - </tr> - <tr> - <td class="row2"> +<div class="attachtitle">{L_ATTACHMENT}:</div><div class="attachcontent"> <!-- END inline_attachment_open --> <!-- BEGIN inline_attachment_close --> - </td> - </tr> -</table> -<div class="postbody"> +</div> <!-- END inline_attachment_close --> |
