From 66cc31fb1d868e8846c89600c284514b246abe21 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Mon, 5 Jan 2004 17:17:22 +0000 Subject: [PATCH] Changes for IE5.5 git-svn-id: file:///svn/phpbb/trunk@4722 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/styles/subSilver/template/overall_header.html | 8 ++++---- phpBB/styles/subSilver/theme/stylesheet.css | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/phpBB/styles/subSilver/template/overall_header.html b/phpBB/styles/subSilver/template/overall_header.html index 812dfd593d..ac3bc8cdef 100644 --- a/phpBB/styles/subSilver/template/overall_header.html +++ b/phpBB/styles/subSilver/template/overall_header.html @@ -61,15 +61,15 @@ function jumpto()
- - + +
{LAST_VISIT_DATE}{CURRENT_TIME}
{LAST_VISIT_DATE}{CURRENT_TIME}
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; } /*