diff options
| author | Mark Otto <[email protected]> | 2013-08-19 10:43:58 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-19 10:43:58 -0700 |
| commit | c15b259f43945fd9cf0d66f04504665ae9298f1a (patch) | |
| tree | 74140df8d823e2f51bd72b329339c8b9fd69a11d /dist/css/bootstrap.css | |
| parent | 3d5ccc6c6f11f6b233e2cdb33711171b18011c28 (diff) | |
| download | bootstrap-c15b259f43945fd9cf0d66f04504665ae9298f1a.tar.xz bootstrap-c15b259f43945fd9cf0d66f04504665ae9298f1a.zip | |
run grunt dist for #9864
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index cb634921f..1eb1fc95a 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -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; } |
