From f24037d22b591c9443b519ed0994f6cac68c3352 Mon Sep 17 00:00:00 2001 From: Jonathan Stanley Date: Mon, 23 Apr 2007 00:45:18 +0000 Subject: [PATCH] Better fix. git-svn-id: file:///svn/phpbb/trunk@7389 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/styles/prosilver/theme/colours.css | 2 +- phpBB/styles/prosilver/theme/common.css | 3 +-- 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; }