mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge remote-tracking branch 'vsephpbb/ticket/12063' into develop
* vsephpbb/ticket/12063: [ticket/12063] Use CSS to replace valign=top [ticket/12063] Remove obsolete valign attributes from tr tags
This commit is contained in:
commit
a999dbad74
2 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<!-- BEGIN token -->
|
<!-- BEGIN token -->
|
||||||
<tr valign="top">
|
<tr style="vertical-align: top;">
|
||||||
<td class="row1">{token.TOKEN}</td>
|
<td class="row1">{token.TOKEN}</td>
|
||||||
<td class="row2">{token.EXPLAIN}</td>
|
<td class="row2">{token.EXPLAIN}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
@ -73,7 +73,7 @@
|
||||||
<td align="center"><b class="postauthor">{postrow.POST_AUTHOR_FULL}</b></td>
|
<td align="center"><b class="postauthor">{postrow.POST_AUTHOR_FULL}</b></td>
|
||||||
<td width="100%">
|
<td width="100%">
|
||||||
<table width="100%" cellspacing="0" cellpadding="0" border="0">
|
<table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||||
<tr valign="top">
|
<tr style="vertical-align: top;">
|
||||||
<td class="gensmall" nowrap="nowrap"> <b>{L_POST_SUBJECT}{L_COLON}</b> </td>
|
<td class="gensmall" nowrap="nowrap"> <b>{L_POST_SUBJECT}{L_COLON}</b> </td>
|
||||||
<td class="gensmall" width="100%">{postrow.POST_SUBJECT}</td>
|
<td class="gensmall" width="100%">{postrow.POST_SUBJECT}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Add table
Reference in a new issue