diff options
| author | Dominik Dröscher <dhn2@users.sourceforge.net> | 2006-11-20 16:42:31 +0000 |
|---|---|---|
| committer | Dominik Dröscher <dhn2@users.sourceforge.net> | 2006-11-20 16:42:31 +0000 |
| commit | 3e619c628c0b5f944491a2eadeeddb0cd4f98cbd (patch) | |
| tree | 8694d300b2845b0b42768ecb03bde4684a0f5ff0 /phpBB/styles | |
| parent | 2774981b2ddcf0e6c7076a0371a4b8941199dec8 (diff) | |
| download | forums-3e619c628c0b5f944491a2eadeeddb0cd4f98cbd.tar forums-3e619c628c0b5f944491a2eadeeddb0cd4f98cbd.tar.gz forums-3e619c628c0b5f944491a2eadeeddb0cd4f98cbd.tar.bz2 forums-3e619c628c0b5f944491a2eadeeddb0cd4f98cbd.tar.xz forums-3e619c628c0b5f944491a2eadeeddb0cd4f98cbd.zip | |
#5476
git-svn-id: file:///svn/phpbb/trunk@6620 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles')
| -rw-r--r-- | phpBB/styles/subSilver/template/forumlist_body.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/styles/subSilver/template/forumlist_body.html b/phpBB/styles/subSilver/template/forumlist_body.html index f6ebc53cee..eeee5d914b 100644 --- a/phpBB/styles/subSilver/template/forumlist_body.html +++ b/phpBB/styles/subSilver/template/forumlist_body.html @@ -19,7 +19,7 @@ <td class="row1" width="50" align="center">{forumrow.FORUM_FOLDER_IMG}</td> <td class="row1"> <!-- IF forumrow.FORUM_IMAGE --> - <div style="float: left;">{forumrow.FORUM_IMAGE}</div><div style="float: left;"> + <div style="float: left; margin-right: 5px;">{forumrow.FORUM_IMAGE}</div><div style="float: left;"> <!-- ENDIF --> <a class="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a> <p class="forumdesc">{forumrow.FORUM_DESC}</p> @@ -28,7 +28,7 @@ <!-- IF forumrow.CLICKS --> <td class="row2" colspan="3" align="center"><span class="genmed">{L_REDIRECTS}: {forumrow.CLICKS}</span></td> <!-- ELSE --> - <td class="row2" colspan="3" align="center"> </td> + <td class="row2" colspan="3" align="center"> </td> <!-- ENDIF --> </tr> <!-- ELSE --> @@ -36,7 +36,7 @@ <td class="row1" width="50" align="center">{forumrow.FORUM_FOLDER_IMG}</td> <td class="row1" width="100%"> <!-- IF forumrow.FORUM_IMAGE --> - <div style="float: left;">{forumrow.FORUM_IMAGE}</div><div style="float: left;"> + <div style="float: left; margin-right: 5px;">{forumrow.FORUM_IMAGE}</div><div style="float: left;"> <!-- ENDIF --> <a class="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a> <p class="forumdesc">{forumrow.FORUM_DESC}</p> |
