diff --git a/phpBB/styles/prosilver/template/search_results.html b/phpBB/styles/prosilver/template/search_results.html
index 7603cf4db8..018820f3ea 100644
--- a/phpBB/styles/prosilver/template/search_results.html
+++ b/phpBB/styles/prosilver/template/search_results.html
@@ -120,11 +120,6 @@
{searchresults.L_IGNORE_POST}
-
+
+ - {AUTHOR_AVATAR}
{MESSAGE_AUTHOR_FULL}
+ - {RANK_TITLE}
+ - {RANK_IMG}
+ -
+ - {L_POSTS}{L_COLON} {AUTHOR_POSTS}
+ - {L_JOINED}{L_COLON} {AUTHOR_JOINED}
+ - {L_LOCATION}{L_COLON} {AUTHOR_FROM}
+
+
+
+ - {custom_fields.PROFILE_FIELD_NAME}{L_COLON} {custom_fields.PROFILE_FIELD_VALUE}
+
+
+
+
+
+ -
+
+
+
+
+
@@ -76,38 +108,6 @@
-
- - {AUTHOR_AVATAR}
{MESSAGE_AUTHOR_FULL}
- - {RANK_TITLE}
- - {RANK_IMG}
- -
- - {L_POSTS}{L_COLON} {AUTHOR_POSTS}
- - {L_JOINED}{L_COLON} {AUTHOR_JOINED}
- - {L_LOCATION}{L_COLON} {AUTHOR_FROM}
-
-
-
- - {custom_fields.PROFILE_FIELD_NAME}{L_COLON} {custom_fields.PROFILE_FIELD_VALUE}
-
-
-
-
-
- -
-
-
-
-
-
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html
index e678ea8f8c..43be236170 100644
--- a/phpBB/styles/prosilver/template/viewtopic_body.html
+++ b/phpBB/styles/prosilver/template/viewtopic_body.html
@@ -116,6 +116,52 @@
+
style="display: none;">
+ -
+
+ {postrow.POSTER_AVATAR}{postrow.POSTER_AVATAR}
+
+ {postrow.POST_AUTHOR_FULL}{postrow.POST_AUTHOR_FULL}
+
+
+ - {postrow.RANK_TITLE}
{postrow.RANK_IMG}
+
+ -
+
+ - {L_POSTS}{L_COLON} {postrow.POSTER_POSTS}
+ - {L_JOINED}{L_COLON} {postrow.POSTER_JOINED}
+ - {L_LOCATION}{L_COLON} {postrow.POSTER_FROM}
+
+
+
+ - {postrow.PROFILE_FIELD1_NAME}{L_COLON} {postrow.PROFILE_FIELD1_VALUE}
+
+
+
+
+ - {postrow.custom_fields.PROFILE_FIELD_NAME}{L_COLON} {postrow.custom_fields.PROFILE_FIELD_VALUE}
+
+
+
+
+
+ -
+
+
+
+
+
+
+
@@ -220,52 +266,6 @@
-
style="display: none;">
- -
-
- {postrow.POSTER_AVATAR}{postrow.POSTER_AVATAR}
-
- {postrow.POST_AUTHOR_FULL}{postrow.POST_AUTHOR_FULL}
-
-
- - {postrow.RANK_TITLE}
{postrow.RANK_IMG}
-
- -
-
- - {L_POSTS}{L_COLON} {postrow.POSTER_POSTS}
- - {L_JOINED}{L_COLON} {postrow.POSTER_JOINED}
- - {L_LOCATION}{L_COLON} {postrow.POSTER_FROM}
-
-
-
- - {postrow.PROFILE_FIELD1_NAME}{L_COLON} {postrow.PROFILE_FIELD1_VALUE}
-
-
-
-
- - {postrow.custom_fields.PROFILE_FIELD_NAME}{L_COLON} {postrow.custom_fields.PROFILE_FIELD_VALUE}
-
-
-
-
-
- -
-
-
-
-
-
-
-
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css
index 409b2584a2..5c8217fba9 100644
--- a/phpBB/styles/prosilver/theme/content.css
+++ b/phpBB/styles/prosilver/theme/content.css
@@ -228,7 +228,6 @@ div[class].topic-actions {
line-height: 1.48em;
width: 76%;
float: left;
- clear: both;
}
.postbody .ignore {