mlanthaler: Applied new style to links because the old one caused some ugly results.

(merged from branches/gsoc)


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41918 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2007-09-15 20:12:10 +00:00
parent 67ac1edf87
commit fadc266058
2 changed files with 21 additions and 15 deletions

View File

@ -262,6 +262,15 @@ html>body #top #Logo {
#bottom #logInStatus {
float: right;
}
#bottom #logInStatus a {
color: #FFFFFF;
text-decoration: underline;
}
#bottom #logInStatus a:hover {
color: #CDC9C1;
text-decoration: underline;
}
#bottom #switchView {
float: left;
@ -433,6 +442,3 @@ ul.tree li.Root span.Root span.c a {
background-image : url(../../cms/images/treeicons/root.png) !important;
}

View File

@ -30,11 +30,11 @@ h2 {
}
a {
color: #FFFFFF;
color: #162F42;
text-decoration: underline;
}
a:hover {
color: #CDC9C1;
color: #0074C6;
text-decoration: underline;
}
a img {