diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2009-12-25 20:58:54 -0500 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2009-12-25 20:58:54 -0500 |
| commit | a80eb3d74a24a56151d60d1c1015a1ae51a0a492 (patch) | |
| tree | 65acacd989ede173677ab838563e27cc42bd6ef1 /static/header.css | |
| parent | c59927b378092f437896381698ebc8d4a4243492 (diff) | |
xmas
Diffstat (limited to 'static/header.css')
| -rw-r--r-- | static/header.css | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/static/header.css b/static/header.css index e2357c4..2087142 100644 --- a/static/header.css +++ b/static/header.css @@ -10,10 +10,12 @@ } .white a:hover { text-decoration: none; - text-shadow: -1px 1px 1px #ccc; + text-shadow: -1px 1px 1px #; + background-color:#036aca; - color: #FFF; + + color: #fff; } .white a:active { text-decoration: none; @@ -26,6 +28,7 @@ background-attachment:inherit; margin: 0px auto -1px auto; top: 0px; + position:fixed; width:100%; left: 0px; height: 69px; @@ -37,7 +40,7 @@ width: 500px; font-size: 18px; left: 150px; - margin-left: 2%; + margin-left: 3%; margin-right: 8%; letter-spacing: -1px; z-index: 999; @@ -58,6 +61,7 @@ margin-right: 10%; z-index:1000; float:left; + margin-top: 3px; } #rapper7{ top: 0px; |
