]> git.sesse.net Git - pr0n/blobdiff - files/pr0n-fullscreen.css
Update FAQ.
[pr0n] / files / pr0n-fullscreen.css
index 8df506111ca39c22d974b80fe8e7b2754590978c..7ef5221a17c0be7ba9499c7fa2e9935f62ea18bf 100644 (file)
@@ -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;
 }