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:
Paul S. Owen 2002-03-31 00:28:09 +00:00
parent 005052b2c6
commit d19f24e23a

View file

@ -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>