From bdb1503355b13c431a3640e2814df387c0b7aba5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Thu, 5 Feb 2009 09:23:41 +0000
Subject: [PATCH] Make wider table

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1238 44740490-163a-0410-bde0-09ae8108e29a
---
 modules/ldapstatus/templates/ldapstatus.php | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/modules/ldapstatus/templates/ldapstatus.php b/modules/ldapstatus/templates/ldapstatus.php
index a1314aac2..218dee697 100644
--- a/modules/ldapstatus/templates/ldapstatus.php
+++ b/modules/ldapstatus/templates/ldapstatus.php
@@ -12,6 +12,9 @@ a {
 a:hover {
 	border-bottom: 1px solid #aaa;
 }
+div#content {
+	margin: .4em ! important;
+}
 </style>';
 $this->includeAtTemplateBase('includes/header.php');
 
-- 
GitLab