mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-22 07:11:55 +00:00
links underlined again
This commit is contained in:
parent
bad753a971
commit
e008225b45
@ -30,10 +30,13 @@ body#homepage {
|
||||
a {
|
||||
color: #008787;
|
||||
}
|
||||
a:hover {
|
||||
a:hover,
|
||||
a:visited:hover {
|
||||
color: #d7442b;
|
||||
}
|
||||
a:link, a:visited { text-decoration: none; }
|
||||
a:visited {
|
||||
color: #636363;
|
||||
}
|
||||
div.centre img {
|
||||
border: 2px solid #99CCCC;
|
||||
margin: 25px;
|
||||
@ -103,6 +106,9 @@ ul#links {
|
||||
border-style: dotted;*/
|
||||
top: 20px /*300px; to be set once the menu is in all pages*/
|
||||
}
|
||||
ul#links a {
|
||||
text-decoration: none;
|
||||
}
|
||||
p#topheader {
|
||||
font-weight: bold;
|
||||
margin: 10px 0 0;
|
||||
|
Loading…
Reference in New Issue
Block a user