summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorhorus_arch2015-03-29 20:52:16 +0200
committerhorus_arch2015-03-29 20:52:16 +0200
commit050315fd4253a962a5a2fa7fc69eb712bbf0ecdc (patch)
treee4e86aba3c27ab7749c6f97c9d1895024292eccc /static
parentde06b66b52c2e269bab93022f2fe46c7e02133f6 (diff)
downloadfreemail-050315fd4253a962a5a2fa7fc69eb712bbf0ecdc.tar.gz
Add modified mailgraph.cgi. Update style.css. Complete test suite, every function should be tested.
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css5
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;
}