]> git.sesse.net Git - pr0n/blob - files/pr0n-fullscreen-ie.css
Update the IE fullscreen CSS hacks for IE7.
[pr0n] / files / pr0n-fullscreen-ie.css
1 /* IE centering hacks */
2 #iehack {
3         position: absolute;
4         top: 50%;
5         left: 50%;
6 }
7 #image {
8         position: relative;
9         top: -50%;
10         left: -50%;
11 }
12