diff options
| author | Mark Otto <[email protected]> | 2014-07-12 16:15:45 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-12 16:15:45 -0700 |
| commit | 5cfde0d3a5819374e5f750b4fcfedfccc5c19889 (patch) | |
| tree | 54414858a401502baad20cc62a62db5f3f2ee242 /docs/dist/css/bootstrap.css | |
| parent | f1e77198d4ecbc49013e0f011b381459d47d6315 (diff) | |
| parent | fe0ef388982399d8925ec7aa8a70c4b4df3aa7e6 (diff) | |
| download | bootstrap-5cfde0d3a5819374e5f750b4fcfedfccc5c19889.tar.xz bootstrap-5cfde0d3a5819374e5f750b4fcfedfccc5c19889.zip | |
Merge branch 'master' into derp
Conflicts:
dist/css/bootstrap-theme.css.map
dist/css/bootstrap.css
dist/css/bootstrap.css.map
dist/css/bootstrap.min.css
docs/assets/js/customize.min.js
docs/dist/css/bootstrap-theme.css.map
docs/dist/css/bootstrap.css
docs/dist/css/bootstrap.css.map
docs/dist/css/bootstrap.min.css
docs/javascript/dropdowns.md
less/utilities.less
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 71f04037f..f12805dcf 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -1404,6 +1404,12 @@ pre code { table { background-color: transparent; } +caption { + padding-top: .6rem; + padding-bottom: .6rem; + color: #818a91; + text-align: left; +} th { text-align: left; } @@ -1716,16 +1722,16 @@ output { box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6); } .form-control::-webkit-input-placeholder { - color: #818a91; + color: #999; } .form-control::-moz-placeholder { - color: #818a91; + color: #999; } .form-control:-ms-input-placeholder { - color: #818a91; + color: #999; } .form-control::placeholder { - color: #818a91; + color: #999; } .form-control[disabled], .form-control[readonly], @@ -1889,6 +1895,7 @@ select[multiple].form-group-lg .form-control { height: 2.7rem; line-height: 2.7rem; text-align: center; + pointer-events: none; } .input-lg + .form-control-feedback { width: 3.3625rem; @@ -5028,8 +5035,6 @@ button.close { } .affix { position: fixed; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); } @-ms-viewport { width: device-width; |
