From d20a910b86873c8747715437f78a543f958c6bd3 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Wed, 9 Sep 2009 22:32:13 +0000 Subject: Fix bug #50445 - Fix icon alignment for forums with large descriptions in subsilver2. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10128 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/styles/subsilver2/template/forumlist_body.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/subsilver2/template/forumlist_body.html b/phpBB/styles/subsilver2/template/forumlist_body.html index e42c5b09c3..a994e9e676 100644 --- a/phpBB/styles/subsilver2/template/forumlist_body.html +++ b/phpBB/styles/subsilver2/template/forumlist_body.html @@ -19,11 +19,10 @@ {forumrow.FORUM_FOLDER_IMG} -
{forumrow.FORUM_IMAGE}
+
{forumrow.FORUM_IMAGE}
{forumrow.FORUM_NAME}

{forumrow.FORUM_DESC}

-
{L_REDIRECTS}: {forumrow.CLICKS} @@ -42,7 +41,7 @@ {forumrow.FORUM_FOLDER_IMG} -
{forumrow.FORUM_IMAGE}
+
{forumrow.FORUM_IMAGE}
{forumrow.FORUM_NAME}

{forumrow.FORUM_DESC}

@@ -52,7 +51,6 @@

{forumrow.L_SUBFORUM_STR} {forumrow.SUBFORUMS}

-

{forumrow.TOPICS}

{forumrow.POSTS}

-- cgit v1.2.1