sharvey: link colours are very difficult to see compared to black text - fixed by making them blue with an underline

(merged from branches/gsoc)


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41876 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2007-09-15 01:10:24 +00:00
parent 4ede3657e6
commit 04f6ce23e9
2 changed files with 7 additions and 3 deletions

View File

@ -168,7 +168,11 @@ html>body #top #MainMenu li {
#top #MainMenu a {
color: white;
text-decoration: none;
}
#top #MainMenu a:hover {
text-decoration: underline;
}
#top #MainMenu .current {
background-color: #d4d0c8;

View File

@ -30,11 +30,11 @@ h2 {
}
a {
color: #162F42;
text-decoration: none;
color: #1E3F94;
text-decoration: underline;
}
a:hover {
text-decoration: underline;
text-decoration: none;
}
a img {
border-style: none;