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

improved css

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1386 44740490-163a-0410-bde0-09ae8108e29a
parent 46950d3d
No related branches found
No related tags found
No related merge requests found
......@@ -32,22 +32,33 @@ hr {
/* LINKS */
a, a:link, a:link, a:link, a:hover {
/* font-weight: bold; */
background: transparent;
text-decoration: underline;
cursor: pointer;
text-decoration: none;
color: #777;
border-bottom: 1px dotted #ccc;
font-weight: normal;
}
a:link {
color: #c00;
}
a:link, a:visited {
text-decoration: none;
color: #777;
border-bottom: 1px dotted #ccc;
font-weight: normal;
}
.ui-tabs-nav a {
border: none ! important;
text-decoration: none;
}
a:visited {
color: #999;
}
a:hover, a:active {
color: #069;
text-decoration: none;
color: #333;
border-bottom: 1px solid #333;
}
/* LISTS */
......@@ -155,6 +166,7 @@ h6 {
h1 a {
text-decoration: none;
border: none ! important;
color: white;
}
......
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