ref: 167568e676322b60f1afd2e7e777dd8d4c3320c4
parent: aeca7d62cb520d646b6f75286d72f3e9b64e431d
author: sl <uriel@engel.se.cat-v.org>
date: Sun Oct 25 06:00:20 EDT 2009
Remove underline from footer's links too.
--- a/pub/style/style.css
+++ b/pub/style/style.css
@@ -282,11 +282,11 @@
#footer a {
color: white;
background-color: transparent;
- text-decoration: underline;
+ text-decoration: none;
}
#footer a:hover {
- text-decoration: none;
+ text-decoration: underline;
}