ref: 36dc2bc6610b5839cf4af7f3c6a9ffed14f5d1d2
parent: 6b3067d1495b212f4c3c8acdfa0176c9fa020f56
author: Uriel <u@berlinblue.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;
}
--
⑨