aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/styles/prosilver/theme/common.css2
-rw-r--r--phpBB/styles/prosilver/theme/responsive.css4
2 files changed, 5 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index 28861d29a0..47662ef414 100644
--- a/phpBB/styles/prosilver/theme/common.css
+++ b/phpBB/styles/prosilver/theme/common.css
@@ -185,7 +185,7 @@ ol ol ul, ol ul ul, ul ol ul, ul ul ul {
@media only screen and (max-width: 1220px), only screen and (max-device-width: 1220px) {
#wrap {
- margin: 12px;
+ margin: 0 12px;
}
}
diff --git a/phpBB/styles/prosilver/theme/responsive.css b/phpBB/styles/prosilver/theme/responsive.css
index 9615f1a0b4..c0bacf6586 100644
--- a/phpBB/styles/prosilver/theme/responsive.css
+++ b/phpBB/styles/prosilver/theme/responsive.css
@@ -12,6 +12,10 @@ html {
height: auto;
}
+body {
+ padding: 0;
+}
+
#wrap {
border: none;
border-radius: 0;