aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorDominik Dröscher <dhn2@users.sourceforge.net>2007-01-21 17:32:26 +0000
committerDominik Dröscher <dhn2@users.sourceforge.net>2007-01-21 17:32:26 +0000
commit61d4209aafac6a58bc3cecffaab8f821c4149688 (patch)
tree3590997252caa4e64494ba45e6901d5a64ea2deb /phpBB/styles
parentfcfe045307485a1dd1ff50773815855e42200719 (diff)
downloadforums-61d4209aafac6a58bc3cecffaab8f821c4149688.tar
forums-61d4209aafac6a58bc3cecffaab8f821c4149688.tar.gz
forums-61d4209aafac6a58bc3cecffaab8f821c4149688.tar.bz2
forums-61d4209aafac6a58bc3cecffaab8f821c4149688.tar.xz
forums-61d4209aafac6a58bc3cecffaab8f821c4149688.zip
#7254
#7258 #7268 #7278 #7314 git-svn-id: file:///svn/phpbb/trunk@6914 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/subSilver/template/viewforum_body.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/phpBB/styles/subSilver/template/viewforum_body.html b/phpBB/styles/subSilver/template/viewforum_body.html
index dc2fa082fa..e417163902 100644
--- a/phpBB/styles/subSilver/template/viewforum_body.html
+++ b/phpBB/styles/subSilver/template/viewforum_body.html
@@ -52,7 +52,7 @@
<p class="gensmall"> [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}: {topicrow.PAGINATION} ] </p>
<!-- ENDIF -->
</td>
- <td class="row2" width="100" align="center"><p class="topicauthor">{topicrow.TOPIC_AUTHOR_FULL}</p></td>
+ <td class="row2" width="130" align="center"><p class="topicauthor">{topicrow.TOPIC_AUTHOR_FULL}</p></td>
<td class="row1" width="50" align="center"><p class="topicdetails">{topicrow.REPLIES}</p></td>
<td class="row2" width="50" align="center"><p class="topicdetails">{topicrow.VIEWS}</p></td>
<td class="row1" width="140" align="center">
@@ -203,7 +203,7 @@
<p class="gensmall"> [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}: {topicrow.PAGINATION} ] </p>
<!-- ENDIF -->
</td>
- <td class="row2" width="100" align="center"><p class="topicauthor">{topicrow.TOPIC_AUTHOR_FULL}</p></td>
+ <td class="row2" width="130" align="center"><p class="topicauthor">{topicrow.TOPIC_AUTHOR_FULL}</p></td>
<td class="row1" width="50" align="center"><p class="topicdetails">{topicrow.REPLIES}</p></td>
<td class="row2" width="50" align="center"><p class="topicdetails">{topicrow.VIEWS}</p></td>
<td class="row1" width="140" align="center">
@@ -273,33 +273,33 @@
<td align="left" valign="top">
<table cellspacing="3" cellpadding="0" border="0">
<tr>
- <td width="20" align="left">{FOLDER_NEW_IMG}</td>
+ <td width="20" style="text-align: center;">{FOLDER_NEW_IMG}</td>
<td class="gensmall">{L_NEW_POSTS}</td>
<td>&nbsp;&nbsp;</td>
- <td width="20" align="center">{FOLDER_IMG}</td>
+ <td width="20" style="text-align: center;">{FOLDER_IMG}</td>
<td class="gensmall">{L_NO_NEW_POSTS}</td>
<td>&nbsp;&nbsp;</td>
- <td width="20" align="center">{FOLDER_ANNOUNCE_IMG}</td>
+ <td width="20" style="text-align: center;">{FOLDER_ANNOUNCE_IMG}</td>
<td class="gensmall">{L_ICON_ANNOUNCEMENT}</td>
</tr>
<tr>
- <td width="20" align="center">{FOLDER_HOT_NEW_IMG}</td>
+ <td style="text-align: center;">{FOLDER_HOT_NEW_IMG}</td>
<td class="gensmall">{L_NEW_POSTS_HOT}</td>
<td>&nbsp;&nbsp;</td>
- <td width="20" align="center">{FOLDER_HOT_IMG}</td>
+ <td style="text-align: center;">{FOLDER_HOT_IMG}</td>
<td class="gensmall">{L_NO_NEW_POSTS_HOT}</td>
<td>&nbsp;&nbsp;</td>
- <td width="20" align="center">{FOLDER_STICKY_IMG}</td>
+ <td style="text-align: center;">{FOLDER_STICKY_IMG}</td>
<td class="gensmall">{L_ICON_STICKY}</td>
</tr>
<tr>
- <td class="gensmall">{FOLDER_LOCKED_NEW_IMG}</td>
+ <td style="text-align: center;">{FOLDER_LOCKED_NEW_IMG}</td>
<td class="gensmall">{L_NEW_POSTS_LOCKED}</td>
<td>&nbsp;&nbsp;</td>
- <td class="gensmall">{FOLDER_LOCKED_IMG}</td>
+ <td style="text-align: center;">{FOLDER_LOCKED_IMG}</td>
<td class="gensmall">{L_NO_NEW_POSTS_LOCKED}</td>
<td>&nbsp;&nbsp;</td>
- <td width="20" align="center">{FOLDER_MOVED_IMG}</td>
+ <td style="text-align: center;">{FOLDER_MOVED_IMG}</td>
<td class="gensmall">{L_MOVED_TOPIC}</td>
</tr>
</table>