X-Git-Url: https://git.sesse.net/?p=pr0n;a=blobdiff_plain;f=files%2Fpr0n-fullscreen.css;h=7ef5221a17c0be7ba9499c7fa2e9935f62ea18bf;hp=8df506111ca39c22d974b80fe8e7b2754590978c;hb=dc4da1c16efc1835e9d8b41d473abeeaefcc681b;hpb=0737361d60ab3c2be28045ac522ce19722d2ffaf diff --git a/files/pr0n-fullscreen.css b/files/pr0n-fullscreen.css index 8df5061..7ef5221 100644 --- a/files/pr0n-fullscreen.css +++ b/files/pr0n-fullscreen.css @@ -10,6 +10,19 @@ body { .container { text-align: center; } + +/* IE centering hacks */ +#iehack { + _position: absolute; + _top: 50%; + _left: 50%; +} +#image { + _position: relative; + _top: -50%; + _left: -50%; +} + img, #text { vertical-align: middle; }