From 544b9ab365fece983367245792b585a03f122fb2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Thu, 29 Jan 2009 09:48:55 +0000
Subject: [PATCH] box around attributes

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

diff --git a/www/resources/default.css b/www/resources/default.css
index bf75c58f5..c9b9b3421 100644
--- a/www/resources/default.css
+++ b/www/resources/default.css
@@ -269,7 +269,7 @@ div.preferredidp {
 table.attributes {
 	width: 100%;
 	margin: 0px;
-	border: 0px;
+	border: 1px solid #bbb;
 	border-collapse: collapse;
 }
 
-- 
GitLab