commit 01ccfeb40149a94a564ca179ee8f7398c6d1589e
parent 5dddf183a699eada1746723bf1a6bb16bd56eb25
Author: uriel@soma <unknown>
Date: Sun, 25 Oct 2009 10:00:20 +0000
Remove underline from footer's links too.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pub/style/style.css b/pub/style/style.css
@@ -282,11 +282,11 @@ dd {
#footer a {
color: white;
background-color: transparent;
- text-decoration: underline;
+ text-decoration: none;
}
#footer a:hover {
- text-decoration: none;
+ text-decoration: underline;
}