diff --git a/phpBB/styles/subSilver/template/viewtopic_body.html b/phpBB/styles/subSilver/template/viewtopic_body.html
index e3bb8c2fa2..a6d024d07a 100644
--- a/phpBB/styles/subSilver/template/viewtopic_body.html
+++ b/phpBB/styles/subSilver/template/viewtopic_body.html
@@ -153,7 +153,7 @@
|
-
+ |
@@ -274,7 +274,7 @@
|
- |
+ {L_BACK_TO_TOP} |
|
diff --git a/phpBB/styles/subSilver/theme/stylesheet.css b/phpBB/styles/subSilver/theme/stylesheet.css
index 93ae44a542..101cfdf325 100644
--- a/phpBB/styles/subSilver/theme/stylesheet.css
+++ b/phpBB/styles/subSilver/theme/stylesheet.css
@@ -312,6 +312,9 @@ th {
td {
padding: 2px;
}
+td.profile {
+ padding: 4px;
+}
.tablebg {
background-color: #A9B8C2;
|