From d6cf4ac1cb03f145e8cf32fb53eff3e6ec52bdb5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Sat, 9 Jan 2010 19:43:56 +0100 Subject: [PATCH] Fixes minifiche width in IE8. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- htdocs/css/default.css | 2 +- htdocs/css/keynote.css | 2 +- htdocs/css/openweb.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/css/default.css b/htdocs/css/default.css index ca33953..edc4ab5 100644 --- a/htdocs/css/default.css +++ b/htdocs/css/default.css @@ -258,7 +258,7 @@ td.action a { padding: 0px 2px 0px 2px; } div.contact-list { width: 98%; - margin-left: 1%; + margin-left: 5px; } div.contact-list div.contact { diff --git a/htdocs/css/keynote.css b/htdocs/css/keynote.css index 3965dee..812a7c2 100644 --- a/htdocs/css/keynote.css +++ b/htdocs/css/keynote.css @@ -280,7 +280,7 @@ th.grayed { div.contact-list { width: 98%; - margin-left: 1%; + margin-left: 5px; } div.contact-list div.contact { border-top: 1px solid #fff; diff --git a/htdocs/css/openweb.css b/htdocs/css/openweb.css index c09a4c6..439870f 100644 --- a/htdocs/css/openweb.css +++ b/htdocs/css/openweb.css @@ -247,7 +247,7 @@ td.action a { padding: 0px 2px; } div.contact-list { width: 98%; - margin-left: 1%; + margin-left: 5px; border: 1px dotted #a2c2e1; } -- 2.1.4