diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-03-23 21:30:58 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-03-23 21:30:58 -0400 |
| commit | c2a5a2795567cec7adbf1659348c1c3663759759 (patch) | |
| tree | 7832c61b83bce339590b31d4754a003a09ff5ecc /static/log.css | |
| parent | 7f0c913523633b6e0a1a04981d28a10758bd4c63 (diff) | |
timb committing buch of prod changes...
Diffstat (limited to 'static/log.css')
| -rw-r--r-- | static/log.css | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/static/log.css b/static/log.css index a9669a3..79096e1 100644 --- a/static/log.css +++ b/static/log.css @@ -175,6 +175,7 @@ a:active { line-height:1; font-size:11px; word-spacing:6px; +padding-bottom:4; color: #000; } @@ -352,7 +353,25 @@ color:#f0e; } - +a { + font-size: 12px; + color: #000; +} +a:link { + text-decoration: none; +} +a:visited { + text-decoration: none; + color: #000; +} +.logged-dump a:hover { + text-decoration: none; + color: #00F; +} +a:active { + text-decoration: none; + color: #000; +} #newuser h1{font-size:20; letter-spacing:-2; color:#fff; |
