diff options
| author | Mark Otto <[email protected]> | 2014-06-08 16:54:05 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-06-08 16:54:05 -0700 |
| commit | 85cde774b9c8a6970d9e29fc0458c53d09b628a1 (patch) | |
| tree | bcc2da474067b3358907dc4c9791a80121eede08 /dist/css/bootstrap.css | |
| parent | aee18bcc4aab7d8e16e7ec7a89051622919bb616 (diff) | |
| download | bootstrap-85cde774b9c8a6970d9e29fc0458c53d09b628a1.tar.xz bootstrap-85cde774b9c8a6970d9e29fc0458c53d09b628a1.zip | |
remove max-width: 100%; from table and place it on .table
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index c7c0ba80e..002ac92b3 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -890,7 +890,7 @@ th { box-sizing: border-box; } html { - font-size: 62.5%; + font-size: 10px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } @@ -2038,7 +2038,6 @@ pre code { } } table { - max-width: 100%; background-color: transparent; } th { @@ -2046,6 +2045,7 @@ th { } .table { width: 100%; + max-width: 100%; margin-bottom: 20px; } .table > thead > tr > th, |
