]> git.sesse.net Git - pr0n/blobdiff - files/pr0n-fullscreen.css
Push v2.51 -- too many bugfixes to let the version number stay.
[pr0n] / files / pr0n-fullscreen.css
index 390ffdcb7d4ce4ad6c2027384b32b8b0dc20dc97..7ef5221a17c0be7ba9499c7fa2e9935f62ea18bf 100644 (file)
@@ -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;
 }