Remove underline from footer's links too.

This commit is contained in:
Uriel 2009-10-25 10:00:20 +00:00
parent 6b3067d149
commit 36dc2bc661

View file

@ -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;
}