From 66918d2ff8485204c3516d6f9164e50481b5e6df Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Mon, 27 Apr 2009 10:08:08 +0000 Subject: [PATCH] fix background issue in IE6 on teams page (Bug #40265 - patch by Raimon) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9489 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/styles/prosilver/theme/tweaks.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/phpBB/styles/prosilver/theme/tweaks.css b/phpBB/styles/prosilver/theme/tweaks.css index 6d169f58e0..b6038f3f05 100644 --- a/phpBB/styles/prosilver/theme/tweaks.css +++ b/phpBB/styles/prosilver/theme/tweaks.css @@ -82,3 +82,6 @@ dl.icon { float: none; } +* html .forumbg table.table1 { + margin: 0 -2px 0px -1px; +}