projects
/
pr0n
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Minor JavaScript refactoring.
[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