Fixes minifiche width in IE8.
authorStéphane Jacob <sj@m4x.org>
Sat, 9 Jan 2010 18:43:56 +0000 (19:43 +0100)
committerStéphane Jacob <sj@m4x.org>
Sat, 9 Jan 2010 18:43:56 +0000 (19:43 +0100)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
htdocs/css/default.css
htdocs/css/keynote.css
htdocs/css/openweb.css

index ca33953..edc4ab5 100644 (file)
@@ -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 {
index 3965dee..812a7c2 100644 (file)
@@ -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;
index c09a4c6..439870f 100644 (file)
@@ -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;
 }