diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-03-20 22:48:23 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-03-20 22:48:23 -0400 |
| commit | ca3f4e31bbbd6c8cff3d0d2041fe1cc91c2c6b92 (patch) | |
| tree | a7d78e2b4098ec42a8e5f95c5c69e4d509bb6de0 /static/header.css | |
| parent | a379035eec3a36b9bbd990367bef457c595f05fe (diff) | |
COMMIT PROD
Diffstat (limited to 'static/header.css')
| -rwxr-xr-x | static/header.css | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/static/header.css b/static/header.css index 6dc32cc..25dd736 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; @@ -296,11 +300,8 @@ height:0.1; .invisible { display: none !important; } #cursor-big { position: absolute; z-index: 1000; } #preload { - position: absolute; - left: 0px; - top: 0px; -} - -.share-button { - cursor: pointer; + position: fixed; + left: -1000px; + display:none; + top: -1000px; }
\ No newline at end of file |
