summaryrefslogtreecommitdiff
path: root/static/header.css
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-03-12 19:38:27 -0500
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-03-12 19:38:27 -0500
commit58c4f6858b83360286698a32e266fe9a33ed763a (patch)
tree2a980fc1120683eb2391c5ccda03c79d4a9330df /static/header.css
parent0e066e6b22ec91bb6b6d233d8f5e94400bfb062d (diff)
timb committing ryder's changes
Diffstat (limited to 'static/header.css')
-rwxr-xr-xstatic/header.css13
1 files changed, 11 insertions, 2 deletions
diff --git a/static/header.css b/static/header.css
index 5b4e549..e3cb85d 100755
--- a/static/header.css
+++ b/static/header.css
@@ -46,8 +46,8 @@ background-repeat:repeat-x;
position:absolute;
font-size: 16px;
height:22;
-word-spacing:2;
-width:365;
+word-spacing:1;
+width:455;
color:#fff;
text-indent:14;
line-height:1.9;
@@ -258,3 +258,12 @@ filter: progid:DXImageTransform.Microsoft.dropShadow(color=#c8cbce, offX=3, offY
margin-left:-7000;
height:0.1;
}
+
+.no-cursor { cursor: none; }
+.invisible { display: none !important; }
+#cursor-big { position: absolute; z-index: 1000; }
+#preload {
+ position: absolute;
+ left: 0px;
+ top: 0px;
+} \ No newline at end of file