2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +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
+15
View File
@@ -231,3 +231,18 @@ table {
}
}
}
.table > .thead-inverse {
> tr > th {
color: #fff;
background-color: @gray-dark;
}
}
.table > .thead-default {
> tr > th {
color: @gray;
background-color: @gray-lighter;
}
}