summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authortimb <timb@mb.home>2010-03-21 00:39:49 -0700
committertimb <timb@mb.home>2010-03-21 00:39:49 -0700
commit9e1070a2e949d54278e675e97d4bff3812b6f317 (patch)
treec9e29731622cf56820c6f6519f9a17ec277f8316 /static
parent35c929f102a49dce6dd8f61d348394ae227e9496 (diff)
fix giant hand, preload, & make info bubbles fade away
Diffstat (limited to 'static')
-rwxr-xr-xstatic/header.css8
1 files changed, 1 insertions, 7 deletions
diff --git a/static/header.css b/static/header.css
index 25dd736..1c53bf7 100755
--- a/static/header.css
+++ b/static/header.css
@@ -298,10 +298,4 @@ height:0.1;
.no-cursor { cursor: none; }
.invisible { display: none !important; }
-#cursor-big { position: absolute; z-index: 1000; }
-#preload {
- position: fixed;
- left: -1000px;
- display:none;
- top: -1000px;
-} \ No newline at end of file
+#cursor-big { position: absolute; z-index: 1000; } \ No newline at end of file