mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-18 17:28:56 +00:00
oops, quote/code table width was 80% ... forgot to change it back to 90%
git-svn-id: file:///svn/phpbb/trunk@2450 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
005052b2c6
commit
d19f24e23a
1 changed files with 3 additions and 3 deletions
|
@ -7,14 +7,14 @@
|
|||
<!-- BEGIN listitem --><li><!-- END listitem -->
|
||||
|
||||
<!-- BEGIN quote_username_open --></span>
|
||||
<table width="80%" cellspacing="1" cellpadding="3" border="0" align="center">
|
||||
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center">
|
||||
<tr>
|
||||
<td><span class="genmed"><b>{USERNAME} {L_WROTE}:</b></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="quote"><!-- END quote_username_open -->
|
||||
<!-- BEGIN quote_open --></span>
|
||||
<table width="80%" cellspacing="1" cellpadding="3" border="0" align="center">
|
||||
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center">
|
||||
<tr>
|
||||
<td><span class="genmed"><b>{L_QUOTE}:</b></span></td>
|
||||
</tr>
|
||||
|
@ -26,7 +26,7 @@
|
|||
<span class="postbody"><!-- END quote_close -->
|
||||
|
||||
<!-- BEGIN code_open --></span>
|
||||
<table width="80%" cellspacing="1" cellpadding="3" border="0" align="center">
|
||||
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center">
|
||||
<tr>
|
||||
<td><span class="genmed"><b>{L_CODE}:</b></span></td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Reference in a new issue