mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-25 06:24:43 +00:00
Merge pull request #8908 from bbeng89/3.0.0-wip
Small fix to justified button groups docs
This commit is contained in:
commit
ba05b7a63c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue