From d2e9ececd2c1650913a9e144e1755d0e0fd3e60f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Fri, 31 Oct 2008 22:41:02 +0000
Subject: [PATCH] improved css of language bar

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

diff --git a/www/resources/default.css b/www/resources/default.css
index 47e36a113..c760ab05d 100644
--- a/www/resources/default.css
+++ b/www/resources/default.css
@@ -82,6 +82,18 @@ dt {
 	padding-left: 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 {
 	background: #666 url("sprites.gif") repeat-x 0 100%;
-- 
GitLab