aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-12-13 20:28:22 +0100
committerJoas Schilling <nickvergessen@gmx.de>2013-12-13 20:28:22 +0100
commita999dbad747f45605bbd74264c235e0b39b5af63 (patch)
treebf70cb102512478c193c37ff4e00a87c2be80bcf /phpBB/adm/style
parentda6ced59d9632fec5103ce4bea86eb6bcceb5d1e (diff)
parent7bc457175300be7ebaefad20da8d1222539a808f (diff)
downloadforums-a999dbad747f45605bbd74264c235e0b39b5af63.tar
forums-a999dbad747f45605bbd74264c235e0b39b5af63.tar.gz
forums-a999dbad747f45605bbd74264c235e0b39b5af63.tar.bz2
forums-a999dbad747f45605bbd74264c235e0b39b5af63.tar.xz
forums-a999dbad747f45605bbd74264c235e0b39b5af63.zip
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
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r--phpBB/adm/style/acp_bbcodes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_bbcodes.html b/phpBB/adm/style/acp_bbcodes.html
index c22ed395e7..90a39a3eee 100644
--- a/phpBB/adm/style/acp_bbcodes.html
+++ b/phpBB/adm/style/acp_bbcodes.html
@@ -71,7 +71,7 @@
</thead>
<tbody>
<!-- BEGIN token -->
- <tr valign="top">
+ <tr style="vertical-align: top;">
<td class="row1">{token.TOKEN}</td>
<td class="row2">{token.EXPLAIN}</td>
</tr>