aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorJonathan Stanley <shs@users.sourceforge.net>2007-04-23 00:45:18 +0000
committerJonathan Stanley <shs@users.sourceforge.net>2007-04-23 00:45:18 +0000
commitf24037d22b591c9443b519ed0994f6cac68c3352 (patch)
tree929a566772ae127b7e8ae032c081efb7e9eafb1b /phpBB
parent8644d1e9cb808191c2572bf819146f19a359d069 (diff)
downloadforums-f24037d22b591c9443b519ed0994f6cac68c3352.tar
forums-f24037d22b591c9443b519ed0994f6cac68c3352.tar.gz
forums-f24037d22b591c9443b519ed0994f6cac68c3352.tar.bz2
forums-f24037d22b591c9443b519ed0994f6cac68c3352.tar.xz
forums-f24037d22b591c9443b519ed0994f6cac68c3352.zip
Better fix.
git-svn-id: file:///svn/phpbb/trunk@7389 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/styles/prosilver/theme/colours.css2
-rw-r--r--phpBB/styles/prosilver/theme/common.css3
2 files changed, 2 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css
index 4570f929dd..c10300405e 100644
--- a/phpBB/styles/prosilver/theme/colours.css
+++ b/phpBB/styles/prosilver/theme/colours.css
@@ -3,7 +3,7 @@
Colours and backgrounds for common.css
-------------------------------------------------------------- */
-body {
+html, body {
color: #536482;
background-color: #FFFFFF;
}
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index c065937d12..170d4b0a83 100644
--- a/phpBB/styles/prosilver/theme/common.css
+++ b/phpBB/styles/prosilver/theme/common.css
@@ -9,7 +9,7 @@
html {
font-size: 100%;
- /* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers, height applied to body too */
+ /* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
height: 100%;
margin-bottom: 1px;
}
@@ -21,7 +21,6 @@ body {
background-color: #FFFFFF;
/*font-size: 62.5%; This sets the default font size to be equivalent to 10px */
font-size: 10px;
- height: 100%;
margin: 0;
padding: 12px 0;
}