From b188c0da8b51cd18d6fa3fa958e823a318ba5f10 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 16 Sep 2011 09:41:58 -0700 Subject: updated table styles a bit and floated the fluid columns to clear the row dropping problem we were having --- lib/tables.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/tables.less') diff --git a/lib/tables.less b/lib/tables.less index e00250f0d..988483f0e 100644 --- a/lib/tables.less +++ b/lib/tables.less @@ -11,7 +11,8 @@ table { width: 100%; margin-bottom: @baseline; padding: 0; - border-collapse: separate; + border-collapse: separate; // Done so we can round those corners! + *border-collapse: collapse; /* IE7, collapse table to remove spacing */ font-size: @basefont; border: 1px solid #ddd; .border-radius(4px); -- cgit v1.2.3