diff options
| author | Mark Otto <[email protected]> | 2015-03-30 18:11:43 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-03-30 18:11:43 -0700 |
| commit | 309264509df28a2d78dfa6a25a8e6e8887cca419 (patch) | |
| tree | 429e96420d4105c30a1be937cfb1fc87c7d843ca /dist/css/bootstrap.css | |
| parent | 6749e5509ccb36619aac918d6dca1c9cee1339e3 (diff) | |
| download | bootstrap-309264509df28a2d78dfa6a25a8e6e8887cca419.tar.xz bootstrap-309264509df28a2d78dfa6a25a8e6e8887cca419.zip | |
Remove grid sizing styles on tables
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 5f5ec9963..14d8a2861 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1544,18 +1544,6 @@ th { background-color: #f5f5f5; } -table col[class*="col-"] { - position: static; - display: table-column; - float: none; -} - -table td[class*="col-"], table th[class*="col-"] { - position: static; - display: table-cell; - float: none; -} - .table-active, .table-active > th, .table-active > td { background-color: #f5f5f5; } |
