2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Merge pull request #9864 from boomsb/3.0.0-wip

Update tables.less
This commit is contained in:
Mark Otto
2013-08-19 10:43:26 -07:00
+2 -2
View File
@@ -137,14 +137,14 @@ th {
// //
// Reset default table behavior // Reset default table behavior
table col[class^="col-"] { table col[class*="col-"] {
float: none; float: none;
display: table-column; display: table-column;
} }
table { table {
td, td,
th { th {
&[class^="col-"] { &[class*="col-"] {
float: none; float: none;
display: table-cell; display: table-cell;
} }