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