Remove underline from footer's links too.

This commit is contained in:
uriel 2009-10-25 10:00:20 +00:00
parent 0b60e1c935
commit 8aa4f9ce08

View File

@ -282,11 +282,11 @@ dd {
#footer a { #footer a {
color: white; color: white;
background-color: transparent; background-color: transparent;
text-decoration: underline; text-decoration: none;
} }
#footer a:hover { #footer a:hover {
text-decoration: none; text-decoration: underline;
} }