projects
/
pr0n
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Rework preloading.
[pr0n]
/
files
/
pr0n-fullscreen.css
diff --git
a/files/pr0n-fullscreen.css
b/files/pr0n-fullscreen.css
index d144f8fc09fa935f068646d72bcbe51b5aed7eac..b501128cd667a2ab7fa6a1d7cbf6fddfa65e1ab4 100644
(file)
--- a/
files/pr0n-fullscreen.css
+++ b/
files/pr0n-fullscreen.css
@@
-59,27
+59,10
@@
img, #text {
text-decoration: none;
}
text-decoration: none;
}
-#preload, #preload_box {
- position: absolute;
- left: -2000px;
- top: -2000px;
- width: 1px;
- height: 1px;
-/* left: 10px;
- top: 10px;
- width: 20px;
- height: 20px; */
-}
-
#fulldownload {
display: none;
}
#fulldownload {
display: none;
}
-/* IE5/6 madness */
-html {
+html, body {
overflow: hidden;
}
overflow: hidden;
}
-body
-{
- height: 100%;
-}