From c22d3b654d78671d893f26fd2dcef68210681570 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 8 Jul 2010 13:28:40 +0800 Subject: [PATCH] core.css --- core.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core.css b/core.css index a4299840..cdf18337 100644 --- a/core.css +++ b/core.css @@ -251,7 +251,7 @@ } /** ------ email adder ---- */ .p-cblist-item { - display: table-cell; + display: inline-block; background: #e0ecff none no-repeat scroll 0 0; float: left; height: 18px; @@ -269,7 +269,7 @@ } .p-cblist-item div { - display: table; + display: inline-block; float: left; margin: 2px; margin-left: 5px; @@ -289,7 +289,7 @@ { padding: 2px; border: 1px solid #e0ecff; - display: table; + display: inline-block; } /** ---- more kludges? --- */ -- 2.39.2