diff options
| author | Scott Ostler <sostler@deathmachine.local> | 2010-03-26 16:12:20 -0400 |
|---|---|---|
| committer | Scott Ostler <sostler@deathmachine.local> | 2010-03-26 16:12:20 -0400 |
| commit | 1ac13dea9fb81b0d6481ac1aa7c942cfaa734279 (patch) | |
| tree | 25fca830012743685eca7d4c51e39a85df49bdc4 /static/directory.css | |
| parent | b3dcf20f4428882d23af2de0790c9248a59cc39c (diff) | |
| parent | 27afb7560d470782f81523f7dff3242c8f31dbdd (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'static/directory.css')
| -rw-r--r-- | static/directory.css | 26 |
1 files changed, 22 insertions, 4 deletions
diff --git a/static/directory.css b/static/directory.css index e639703..d9be85b 100644 --- a/static/directory.css +++ b/static/directory.css @@ -140,6 +140,26 @@ text-transform:capitalize; } + +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; +} #pnavn{ position:absolute; top:-17; @@ -186,10 +206,7 @@ text-shadow: blue 2px 2px 0, red -20px -2px 0, green 6px 4px 0; } -a:active { - text-decoration: none; - color: #000; -} + #footer { text-align:center; @@ -199,6 +216,7 @@ a:active { line-height:1; font-size:11px; word-spacing:6px; +padding-bottom:4; color: #000; } |
