aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
Diffstat (limited to 'less')
-rw-r--r--less/tables.less6
1 files changed, 4 insertions, 2 deletions
diff --git a/less/tables.less b/less/tables.less
index ca2c287c7..3f2c7f783 100644
--- a/less/tables.less
+++ b/less/tables.less
@@ -172,8 +172,10 @@ table {
// -----------------
// Reset default grid behavior
-table [class*=span],
-.row-fluid table [class*=span] {
+table td[class*="span"],
+table th[class*="span"],
+.row-fluid table td[class*="span"],
+.row-fluid table th[class*="span"] {
display: table-cell;
float: none; // undo default grid column styles
margin-left: 0; // undo default grid column styles