From c1b0274f7e0ce945cd960b89dd758f4c5c2f6d83 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Fri, 6 Mar 2009 13:48:19 +0000
Subject: [PATCH] improved css

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1386 44740490-163a-0410-bde0-09ae8108e29a
---
 www/resources/default.css | 26 +++++++++++++++++++-------
 1 file changed, 19 insertions(+), 7 deletions(-)

diff --git a/www/resources/default.css b/www/resources/default.css
index a7a4fac39..d02c23d96 100644
--- a/www/resources/default.css
+++ b/www/resources/default.css
@@ -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;
 }
 
-- 
GitLab