From: Steinar H. Gunderson Date: Tue, 1 Aug 2006 11:44:42 +0000 (+0200) Subject: Make sure the IE hacks don't mess with Firefox. X-Git-Url: https://git.sesse.net/?p=pr0n;a=commitdiff_plain;h=fadd7870fcbfc5e8fcf3e839e3a8c7a73fc33f1c Make sure the IE hacks don't mess with Firefox. --- diff --git a/files/pr0n-fullscreen.css b/files/pr0n-fullscreen.css index 3d964fc..7ef5221 100644 --- a/files/pr0n-fullscreen.css +++ b/files/pr0n-fullscreen.css @@ -13,7 +13,7 @@ body { /* IE centering hacks */ #iehack { - position: absolute; + _position: absolute; _top: 50%; _left: 50%; }