aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subSilver/theme
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles/subSilver/theme')
-rw-r--r--phpBB/styles/subSilver/theme/stylesheet.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/phpBB/styles/subSilver/theme/stylesheet.css b/phpBB/styles/subSilver/theme/stylesheet.css
index c47defc6cb..5a84bc32e1 100644
--- a/phpBB/styles/subSilver/theme/stylesheet.css
+++ b/phpBB/styles/subSilver/theme/stylesheet.css
@@ -13,14 +13,14 @@
/*
LAYOUT
*/
-#header { width: 100%; height: 150px; padding-bottom: 40px; background-image: url('./images/background.gif'); background-repeat: repeat-x; }
-#logodesc { width: 95%; margin-left: auto; margin-right: auto; }
-#menu { position: absolute; width: 95%; top: 115px; margin-left: 2.5%; font-size: 70%; }
-#info { position: absolute; width: 95%; top: 145px; margin-left: 2.5%; font-size: 60%; }
+#header { width: 100%; height: 150px; background-image: url('./images/background.gif'); background-repeat: repeat-x; }
+#logodesc { width: 95%; margin-left: 2.5%; margin-right: 2.5%; }
+#menu { position: absolute; width: 95%; top: 115px; left: 2.5%; }
+#info { position: absolute; width: 95%; top: 145px; left: 2.5%; }
-#maintable { width: 95%; margin-left: auto; margin-right: auto; padding-bottom: 20px; }
+#maintable { position: relative; width: 95%; left: 2.5%; padding-top: 40px; padding-bottom: 20px; }
-#footer { width: 95%; margin-left: auto; margin-right: auto; text-align: center; }
+#footer { position: relative; width: 95%; left: 2.5%; text-align: center; }
/*