diff options
| author | horus_arch | 2015-03-29 20:52:16 +0200 |
|---|---|---|
| committer | horus_arch | 2015-03-29 20:52:16 +0200 |
| commit | 050315fd4253a962a5a2fa7fc69eb712bbf0ecdc (patch) | |
| tree | e4e86aba3c27ab7749c6f97c9d1895024292eccc /static/css | |
| parent | de06b66b52c2e269bab93022f2fe46c7e02133f6 (diff) | |
| download | freemail-050315fd4253a962a5a2fa7fc69eb712bbf0ecdc.tar.gz | |
Add modified mailgraph.cgi. Update style.css. Complete test suite, every function should be tested.
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/style.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css index 95942a9..c7f2014 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -49,7 +49,10 @@ body { .footer-a { color: white; } -.footer-a:hover { +.footer-a:link, +.footer-a:hover, +.footer-a:visited, +.footer-a:active { color: white; text-decoration: underline; } |
