From 4a0d87e642c4d97ee2a026f1207e25a001518f3a Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sat, 8 Sep 2012 19:49:11 +0200 Subject: Abstracting the LDAP stuff in an OO library. --- css/style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'css') diff --git a/css/style.css b/css/style.css index ac2b6e2..0084cf5 100644 --- a/css/style.css +++ b/css/style.css @@ -85,11 +85,12 @@ td.label { /* Listing table */ table.list { - width:90%; border-top:1px solid #e5eff8; border-right:1px solid #e5eff8; margin:1em auto; border-collapse:collapse; + margin: 0px auto; + width: 500pt; } table.list td { color:#678197; @@ -123,7 +124,7 @@ table.list thead th { } .none { font-size: 6pt; - color: lightgray; + color: lightgray; } .help { font-size: 8pt; @@ -131,6 +132,10 @@ table.list thead th { color: #6A6A6A; padding: 0 50pt; } +h1 { + margin: 15pt auto 10pt auto; + width: 600pt; +} h4.label { font-weight: bold; text-align: center; -- cgit v1.2.3