diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index d7fc04bfec..ce707c9f2c 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1424,22 +1424,22 @@ select:focus:invalid:focus { display: table-cell; } -.input-group-btn:first-child > .btn:last-child, +.input-group-btn:first-child > .btn, .input-group-btn.btn-group:first-child > .btn { border-right: 0; } -.input-group-btn:first-child > .btn:first-child, +.input-group-btn:first-child > .btn, .input-group-btn.btn-group:first-child > .btn { border-radius: 4px 0 0 4px; } -.input-group-btn:last-child > .btn:first-child, +.input-group-btn:last-child > .btn, .input-group-btn.btn-group:last-child > .btn:first-child { border-left: 0; } -.input-group-btn:last-child > .btn:last-child, +.input-group-btn:last-child > .btn, .input-group-btn.btn-group:last-child > .btn { border-radius: 0 4px 4px 0; } diff --git a/docs/css.html b/docs/css.html index e6506c432b..01410e0c4c 100644 --- a/docs/css.html +++ b/docs/css.html @@ -1357,40 +1357,6 @@ For example, <code><section></code> should be wrapped as inlin <button class="btn" type="button">Go!</button> </span> </div> - -
--<div class="input-group span7"> - <input type="text"> - <span class="input-group-btn"> - <button class="btn" type="button">Search</button> - <button class="btn" type="button">Options</button> - </span> -</div> - -<div class="input-group span7"> - <span class="input-group-btn"> - <button class="btn" type="button">Search</button> - <button class="btn" type="button">Options</button> - </span> - <input type="text"> -</div>
-<div class="input-group span7"> - <input type="text"> - <span class="input-group-btn"> - <button class="btn" type="button">Search</button> - <button class="btn" type="button">Options</button> - </span> -</div> - -<div class="input-group span7"> - <span class="input-group-btn"> - <button class="btn" type="button">Search</button> - <button class="btn" type="button">Options</button> - </span> - <input type="text"> -</div>