Skip to content
Snippets Groups Projects
Commit d2e9ecec authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

improved css of language bar

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@961 44740490-163a-0410-bde0-09ae8108e29a
parent 73006b27
No related branches found
No related tags found
No related merge requests found
...@@ -82,6 +82,18 @@ dt { ...@@ -82,6 +82,18 @@ dt {
padding-left: 10px; padding-left: 10px;
padding-right: 10px; padding-right: 10px;
} }
#languagebar a:link {
text-decoration: none;
color: #777;
border-bottom: 1px dotted #ccc;
font-weight: normal;
}
#languagebar a:hover {
text-decoration: none;
color: #333;
border-bottom: 1px solid #333;
}
#header { #header {
background: #666 url("sprites.gif") repeat-x 0 100%; background: #666 url("sprites.gif") repeat-x 0 100%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment