2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

run grunt dist for #9864

This commit is contained in:
Mark Otto
2013-08-19 10:43:58 -07:00
parent 3d5ccc6c6f
commit c15b259f43
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1478,13 +1478,13 @@ th {
background-color: #f5f5f5; background-color: #f5f5f5;
} }
table col[class^="col-"] { table col[class*="col-"] {
display: table-column; display: table-column;
float: none; float: none;
} }
table td[class^="col-"], table td[class*="col-"],
table th[class^="col-"] { table th[class*="col-"] {
display: table-cell; display: table-cell;
float: none; float: none;
} }
+1 -1
View File
File diff suppressed because one or more lines are too long