diff options
| author | Mark Otto <[email protected]> | 2014-06-10 18:12:29 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-06-10 18:12:29 -0700 |
| commit | 9cdbf0e80702b9a6a772a2d4a81d8d94dbe1c0eb (patch) | |
| tree | e4e326e0fee4d29ddc1fd56a020e6ef17478dc5f | |
| parent | 9a51410fd37154e8b25937017bad4912fbf57d99 (diff) | |
| parent | ff7e8d5054b95951541cbc01ee58cb46b753f597 (diff) | |
| download | bootstrap-9cdbf0e80702b9a6a772a2d4a81d8d94dbe1c0eb.tar.xz bootstrap-9cdbf0e80702b9a6a772a2d4a81d8d94dbe1c0eb.zip | |
Merge branch 'master' of github.com:twbs/bootstrap
| -rw-r--r-- | docs/_includes/components/button-groups.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/components/button-groups.html b/docs/_includes/components/button-groups.html index 16463ee33..018d66ed5 100644 --- a/docs/_includes/components/button-groups.html +++ b/docs/_includes/components/button-groups.html @@ -194,7 +194,7 @@ </div> <div class="bs-callout bs-callout-warning"> <h4>IE8 and borders</h4> - <p>Internet Explorer 8 doesn't render borders in on buttons in a justified button group, whether it's on <code><a></code> or <code><button></code> elements. To get around that, wrap each button in another <code>.btn-group</code>.</p> + <p>Internet Explorer 8 doesn't render borders on buttons in a justified button group, whether it's on <code><a></code> or <code><button></code> elements. To get around that, wrap each button in another <code>.btn-group</code>.</p> <p>See <a href="https://github.com/twbs/bootstrap/issues/12476">#12476</a> for more information.</p> </div> |
