From 0fabca01dbd02c480cfb431d5abb0d6cd327622e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 30 Nov 2012 16:18:40 -0800 Subject: Remove more fluid grid stuff * No more fluid layout * No fluid grid overrides for tables.less * No more fluid example page --- less/tables.less | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'less/tables.less') diff --git a/less/tables.less b/less/tables.less index 30ef9c9bb..eaa494e5b 100644 --- a/less/tables.less +++ b/less/tables.less @@ -169,9 +169,7 @@ table { // Reset default grid behavior table td[class*="span"], -table th[class*="span"], -.row-fluid table td[class*="span"], -.row-fluid table th[class*="span"] { +table th[class*="span"] { display: table-cell; float: none; // undo default grid column styles margin-left: 0; // undo default grid column styles -- cgit v1.2.3