aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver
diff options
context:
space:
mode:
authorJonathan Stanley <shs@users.sourceforge.net>2007-05-13 00:37:54 +0000
committerJonathan Stanley <shs@users.sourceforge.net>2007-05-13 00:37:54 +0000
commita999240e992eebec13317e43a2118e6a36398ec1 (patch)
treeabd25158564bf0e0649e1bdb469a6d05c19d0383 /phpBB/styles/prosilver
parente25eeadc073e8d6dabb012e745392a4ce890ff5a (diff)
downloadforums-a999240e992eebec13317e43a2118e6a36398ec1.tar
forums-a999240e992eebec13317e43a2118e6a36398ec1.tar.gz
forums-a999240e992eebec13317e43a2118e6a36398ec1.tar.bz2
forums-a999240e992eebec13317e43a2118e6a36398ec1.tar.xz
forums-a999240e992eebec13317e43a2118e6a36398ec1.zip
#10833
For reasons best known to Microsoft's IE7 team, it appears that "50% 50%" background image on a floated element puts the image in the centre of the viewport, rather than the sane thing of the content block. Sticking it to "top left" fixes it (a 11px by 11px image in an 11px by 11px block, either of the 4 corners and dead centre are technically equivalent)... but question begs why it needed fixing in the first place. @_@ "Standards compliant browser"... right. git-svn-id: file:///svn/phpbb/trunk@7557 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r--phpBB/styles/prosilver/theme/links.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/links.css b/phpBB/styles/prosilver/theme/links.css
index 09f11fbca9..f8d06afcba 100644
--- a/phpBB/styles/prosilver/theme/links.css
+++ b/phpBB/styles/prosilver/theme/links.css
@@ -135,7 +135,7 @@ a.topictitle:active {
}
a.top {
- background: none no-repeat 50% 50%;
+ background: none no-repeat top left;
text-decoration: none;
width: {IMG_ICON_BACK_TOP_WIDTH}px;
height: {IMG_ICON_BACK_TOP_HEIGHT}px;