diff options
| author | Mark Otto <[email protected]> | 2012-11-30 16:18:40 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-30 16:18:40 -0800 |
| commit | 0fabca01dbd02c480cfb431d5abb0d6cd327622e (patch) | |
| tree | 097d9d22c1dc04f62b552528e641e7eabdbaa692 /less/tables.less | |
| parent | adc2c779a06f1eea4fefddcf0d666a7131477d8c (diff) | |
| download | bootstrap-0fabca01dbd02c480cfb431d5abb0d6cd327622e.tar.xz bootstrap-0fabca01dbd02c480cfb431d5abb0d6cd327622e.zip | |
Remove more fluid grid stuff
* No more fluid layout
* No fluid grid overrides for tables.less
* No more fluid example page
Diffstat (limited to 'less/tables.less')
| -rw-r--r-- | less/tables.less | 4 |
1 files changed, 1 insertions, 3 deletions
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 |
