links are no longer underlined

This commit is contained in:
Roland Gruber 2004-01-29 16:01:01 +00:00
parent fb1e38e2c1
commit aa3338f15b
1 changed files with 7 additions and 2 deletions

View File

@ -39,12 +39,12 @@ body {
/* links */
a {
color:blue;
text-decoration:underline;
text-decoration:none;
}
a:visited {
color:blue;
text-decoration:underline;
text-decoration:none;
}
a:hover {
@ -52,6 +52,11 @@ color:red;
text-decoration:none;
}
a:active {
color:red;
text-decoration:none;
}
form { }
input {
font-weight:bold;