Commit c15b259f authored by Mark Otto's avatar Mark Otto

run grunt dist for #9864

parent 3d5ccc6c
......@@ -1478,13 +1478,13 @@ th {
background-color: #f5f5f5;
}
table col[class^="col-"] {
table col[class*="col-"] {
display: table-column;
float: none;
}
table td[class^="col-"],
table th[class^="col-"] {
table td[class*="col-"],
table th[class*="col-"] {
display: table-cell;
float: none;
}
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment