0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Small fix to justified button groups docs

This commit is contained in:
Blake Bengtson 2013-07-31 08:39:07 -05:00
parent 55e1fcef60
commit 2433faa528

View File

@ -203,8 +203,8 @@ base_url: "../"
<div class="bs-example"> <div class="bs-example">
<div class="btn-group btn-group-justified"> <div class="btn-group btn-group-justified">
<a href="#" class="btn btn-default">Left</a> <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">Middle</a>
<a href="#" class="btn btn-default">Right</a>
</div> </div>
</div> </div>
{% highlight html %} {% highlight html %}