mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-25 14:34:43 +00:00
Small fix to justified button groups docs
This commit is contained in:
parent
55e1fcef60
commit
2433faa528
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