1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 00:59:51 +02:00

Remove grid sizing styles on tables

This commit is contained in:
Mark Otto
2015-03-30 18:11:43 -07:00
parent 6749e5509c
commit 309264509d
5 changed files with 3 additions and 37 deletions

View File

@@ -1544,18 +1544,6 @@ th {
background-color: #f5f5f5;
}
table col[class*="col-"] {
position: static;
display: table-column;
float: none;
}
table td[class*="col-"], table th[class*="col-"] {
position: static;
display: table-cell;
float: none;
}
.table-active, .table-active > th, .table-active > td {
background-color: #f5f5f5;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long