From ca683aea839d56c459813d6033622d0a4a4cf190 Mon Sep 17 00:00:00 2001 From: Anders Lund <anders.lund@uninett.no> Date: Mon, 22 Dec 2008 14:26:25 +0000 Subject: [PATCH] Looks better with zero left margin. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1074 44740490-163a-0410-bde0-09ae8108e29a --- modules/consent/www/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/consent/www/style.css b/modules/consent/www/style.css index 75e0bdaa5..62052a6bb 100644 --- a/modules/consent/www/style.css +++ b/modules/consent/www/style.css @@ -1,5 +1,5 @@ fieldset { - margin: 2em 1em 1em 1em; + margin: 2em 1em 1em 0px; border: 1px solid #bbb; padding: 0px; } -- GitLab