2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03: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
-12
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;
}
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
-22
View File
@@ -107,28 +107,6 @@ th {
}
// Table cell sizing
//
// Reset default table behavior
table col[class*="col-"] {
position: static; // Prevent border hiding in Firefox and IE9-11 (see https://github.com/twbs/bootstrap/issues/11623)
display: table-column;
float: none;
}
table {
td,
th {
&[class*="col-"] {
position: static; // Prevent border hiding in Firefox and IE9-11 (see https://github.com/twbs/bootstrap/issues/11623)
display: table-cell;
float: none;
}
}
}
// Table backgrounds
//
// Exact selectors below required to override `.table-striped` and prevent