2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

New grid classes

This commit is contained in:
Mark Otto
2013-03-26 17:12:17 -07:00
parent 1e9be3644c
commit ca31f060a8
13 changed files with 324 additions and 320 deletions
+3 -3
View File
@@ -179,12 +179,12 @@ th {
// -----------------
// Reset default table behavior
table col[class^="span"] {
table col[class*="col-span-"] {
float: none;
display: table-column;
}
table td[class^="span"],
table th[class^="span"] {
table td[class*="col-span-"],
table th[class*="col-span-"] {
float: none;
display: table-cell;
}