mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-04-03 09:31:46 +01:00
links underlined again
This commit is contained in:
parent
bad753a971
commit
e008225b45
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user