diff options
| author | sostler <sbostler@gmail.com> | 2010-03-21 11:58:14 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-03-21 11:58:14 -0400 |
| commit | 677e455129b9d4846329f7b03ba09a6e34f31f45 (patch) | |
| tree | 055b6c266ea9cd7d546dee4f19d1ef197a0fa3ce /static/header.css | |
| parent | c21d4e2ba126aa751920fa7a4fea2e6c6d4c97dd (diff) | |
| parent | bb260d1716d10b5550eaecaa8e93519a51d6fa19 (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'static/header.css')
| -rwxr-xr-x | static/header.css | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/static/header.css b/static/header.css index 6dc32cc..1c53bf7 100755 --- a/static/header.css +++ b/static/header.css @@ -1,3 +1,8 @@ +.share-buttons{ +cursor:pointer; +width:100; +} + .white a:link { text-decoration: none; font-size:14px; @@ -46,14 +51,13 @@ background-repeat:repeat-x; position:absolute; font-size: 16px; height:22; -word-spacing:1; width:455; color:#fff; text-indent:14; line-height:1.9; font-weight:bold; left: 140px; - margin-left: 1.2%; + margin-left: 1.1%; margin-right: 8%; letter-spacing:.2px; z-index: 999; @@ -294,13 +298,4 @@ 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; -} - -.share-button { - cursor: pointer; -}
\ No newline at end of file +#cursor-big { position: absolute; z-index: 1000; }
\ No newline at end of file |
