diff options
| author | Blake Bengtson <[email protected]> | 2013-07-31 08:39:07 -0500 |
|---|---|---|
| committer | Blake Bengtson <[email protected]> | 2013-07-31 08:39:07 -0500 |
| commit | 2433faa5280218492e6a08fb9a945a2167e6e758 (patch) | |
| tree | 0d20dcef15df9c094bf4ad944a6039117819a393 /components.html | |
| parent | 55e1fcef60a569fc2ff2f3bc445c5f22936cc331 (diff) | |
| download | bootstrap-2433faa5280218492e6a08fb9a945a2167e6e758.tar.xz bootstrap-2433faa5280218492e6a08fb9a945a2167e6e758.zip | |
Small fix to justified button groups docs
Diffstat (limited to 'components.html')
| -rw-r--r-- | components.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components.html b/components.html index 2b0d96bc0..43b805db1 100644 --- a/components.html +++ b/components.html @@ -203,8 +203,8 @@ base_url: "../" <div class="bs-example"> <div class="btn-group btn-group-justified"> <a href="#" class="btn btn-default">Left</a> - <a href="#" class="btn btn-default">Right</a> <a href="#" class="btn btn-default">Middle</a> + <a href="#" class="btn btn-default">Right</a> </div> </div> {% highlight html %} |
