2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

table headers

This commit is contained in:
Mark Otto
2014-07-13 23:45:34 -07:00
parent 3e896193ab
commit d60d34231a
9 changed files with 690 additions and 1758 deletions
+8
View File
@@ -1638,6 +1638,14 @@ table th[class*="col-"] {
border-bottom: 0;
}
}
.table > .thead-inverse > tr > th {
color: #fff;
background-color: #373a3c;
}
.table > .thead-default > tr > th {
color: #55595c;
background-color: #eceeef;
}
fieldset {
min-width: 0;
padding: 0;