1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/12063] Use CSS to replace valign=top

PHPBB3-12063
This commit is contained in:
Matt Friedman
2013-12-12 10:20:28 -08:00
parent 88aa7b88a4
commit 7bc4571753
2 changed files with 2 additions and 2 deletions

View File

@@ -71,7 +71,7 @@
</thead>
<tbody>
<!-- BEGIN token -->
<tr>
<tr style="vertical-align: top;">
<td class="row1">{token.TOKEN}</td>
<td class="row2">{token.EXPLAIN}</td>
</tr>