diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2004-01-05 17:17:22 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2004-01-05 17:17:22 +0000 |
commit | 66cc31fb1d868e8846c89600c284514b246abe21 (patch) | |
tree | 2afd1be85a9be1302a0b0c323765294af511ab86 /phpBB/styles/subSilver/theme | |
parent | 6cd42f21393bb76b829dbd4b41888882d387c266 (diff) | |
download | forums-66cc31fb1d868e8846c89600c284514b246abe21.tar forums-66cc31fb1d868e8846c89600c284514b246abe21.tar.gz forums-66cc31fb1d868e8846c89600c284514b246abe21.tar.bz2 forums-66cc31fb1d868e8846c89600c284514b246abe21.tar.xz forums-66cc31fb1d868e8846c89600c284514b246abe21.zip |
Changes for IE5.5
git-svn-id: file:///svn/phpbb/trunk@4722 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/theme')
-rw-r--r-- | phpBB/styles/subSilver/theme/stylesheet.css | 12 |
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; } /* |