mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-24 14:04:09 +03:00
run grunt dist for #9864
This commit is contained in:
Vendored
+3
-3
@@ -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;
|
||||
}
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user