diff options
| author | Mark Otto <[email protected]> | 2013-07-31 09:48:33 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-31 09:48:33 -0700 |
| commit | ba05b7a63c6beacf6ba1ac66604b63421e9d893c (patch) | |
| tree | ddca64f60b5e36ec9699864f481c2569c34c99a2 /components.html | |
| parent | daed9378cab7a581a788349637e3ec1f7a77a05a (diff) | |
| parent | 2433faa5280218492e6a08fb9a945a2167e6e758 (diff) | |
| download | bootstrap-ba05b7a63c6beacf6ba1ac66604b63421e9d893c.tar.xz bootstrap-ba05b7a63c6beacf6ba1ac66604b63421e9d893c.zip | |
Merge pull request #8908 from bbeng89/3.0.0-wip
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 98736b823..227526a28 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 %} |
