diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-03-17 16:14:52 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-03-17 16:14:52 -0400 |
| commit | 59ee84bae113dcf4ec4e3e89c9da668de4b67273 (patch) | |
| tree | 65485e4eb4234ba425af11c01598e00877328f02 /static/header.css | |
| parent | 40949737dbed36d1bcd0429b214ff6893a20cfa5 (diff) | |
timb member of dump city nitty gritty prod change committing committee
Diffstat (limited to 'static/header.css')
| -rwxr-xr-x | static/header.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/static/header.css b/static/header.css index e3cb85d..53d6258 100755 --- a/static/header.css +++ b/static/header.css @@ -1,3 +1,22 @@ +a { + font-size: 12px; + color: #000; +} +a:link { + text-decoration: none; +} +a:visited { + text-decoration: none; + color: #000; +} +a:hover { + text-decoration: none; + color: #00F; +} +a:active { + text-decoration: none; + color: #000; +} .white a:link { text-decoration: none; font-size:14px; @@ -88,6 +107,8 @@ margin-top:2; #logout7 a{font-size:11px; } #logout7 a:hover{font-size:11px; +color:#fff; +text-shadow: 2px 3px 1px #f0e, 3px 3px 1px #fff; } #logo7{ margin-left: 3px; |
