diff options
| author | Mark Otto <[email protected]> | 2012-02-21 09:05:04 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-21 09:05:04 -0800 |
| commit | d908731566a18a236609708238e697b4fc3c1355 (patch) | |
| tree | 406f0f0a89c1aaee9ed57b9ccc91128d6f17bbf2 /docs | |
| parent | 187b3bd4bd891295213a8b131cdf8e5e4d210286 (diff) | |
| parent | dfd03261863b2ccd98cc8ea746e9d5e515ac0b6e (diff) | |
| download | bootstrap-d908731566a18a236609708238e697b4fc3c1355.tar.xz bootstrap-d908731566a18a236609708238e697b4fc3c1355.zip | |
Merge branch '2.0.2-wip-nowrapfix' of https://github.com/andriijas/bootstrap into andriijas-2.0.2-wip-nowrapfix
Conflicts:
docs/assets/bootstrap.zip
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 53792 -> 53838 bytes | |||
| -rw-r--r-- | docs/assets/css/bootstrap.css | 9 |
2 files changed, 8 insertions, 1 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex ed054dd31..6fc8725b9 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 76a58dfb1..dc20a861d 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -887,6 +887,8 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec } .input-prepend input, .input-append input, +.input-prepend select, +.input-append select, .input-prepend .uneditable-input, .input-append .uneditable-input { -webkit-border-radius: 0 3px 3px 0; @@ -895,6 +897,8 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec } .input-prepend input:focus, .input-append input:focus, +.input-prepend select:focus, +.input-append select:focus, .input-prepend .uneditable-input:focus, .input-append .uneditable-input:focus { position: relative; @@ -931,7 +935,7 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec /* IE6-7 */ } -.input-append input, .input-append .uneditable-input { +.input-append input, .input-append select .uneditable-input { float: left; -webkit-border-radius: 3px 0 0 3px; -moz-border-radius: 3px 0 0 3px; @@ -2376,6 +2380,7 @@ button.btn.btn-small, input[type="submit"].btn.btn-small { } .tab-content { display: table; + width: 100%; } .tabs-below .nav-tabs, .tabs-right .nav-tabs, .tabs-left .nav-tabs { border-bottom: 0; @@ -3175,6 +3180,7 @@ a.thumbnail:hover { padding: 2px 4px 3px; font-size: 11.049999999999999px; font-weight: bold; + white-space: nowrap; color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #999999; @@ -3220,6 +3226,7 @@ a.thumbnail:hover { padding: 2px 10px 3px; font-size: 12.025px; font-weight: bold; + white-space: nowrap; color: #ffffff; background-color: #999999; -webkit-border-radius: 10px; |
