links underlined again

This commit is contained in:
aiora 2011-10-05 11:05:33 +01:00
parent bad753a971
commit e008225b45

View File

@ -30,10 +30,13 @@ body#homepage {
a { a {
color: #008787; color: #008787;
} }
a:hover { a:hover,
a:visited:hover {
color: #d7442b; color: #d7442b;
} }
a:link, a:visited { text-decoration: none; } a:visited {
color: #636363;
}
div.centre img { div.centre img {
border: 2px solid #99CCCC; border: 2px solid #99CCCC;
margin: 25px; margin: 25px;
@ -103,6 +106,9 @@ ul#links {
border-style: dotted;*/ border-style: dotted;*/
top: 20px /*300px; to be set once the menu is in all pages*/ top: 20px /*300px; to be set once the menu is in all pages*/
} }
ul#links a {
text-decoration: none;
}
p#topheader { p#topheader {
font-weight: bold; font-weight: bold;
margin: 10px 0 0; margin: 10px 0 0;