mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/12063] Use CSS to replace valign=top
PHPBB3-12063
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
<td align="center"><b class="postauthor">{postrow.POST_AUTHOR_FULL}</b></td>
|
||||
<td width="100%">
|
||||
<table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||
<tr>
|
||||
<tr style="vertical-align: top;">
|
||||
<td class="gensmall" nowrap="nowrap"> <b>{L_POST_SUBJECT}{L_COLON}</b> </td>
|
||||
<td class="gensmall" width="100%">{postrow.POST_SUBJECT}</td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user