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

Merge pull request #10210 from acmetech/master

Update the example for components/#btn-groups-justified to match the "Element-specific usage" callout
This commit is contained in:
Julian Thilo 2013-08-27 07:40:45 -07:00
commit 4d0b895db7

View File

@ -558,9 +558,9 @@ base_url: "../"
<div class="bs-example"> <div class="bs-example">
<div class="btn-group btn-group-justified"> <div class="btn-group btn-group-justified">
<button type="button" class="btn btn-default">Left</button> <a class="btn btn-default" role="button">Left</a>
<button type="button" class="btn btn-default">Middle</button> <a class="btn btn-default" role="button">Middle</a>
<button type="button" class="btn btn-default">Right</button> <a class="btn btn-default" role="button">Right</a>
</div> </div>
</div> </div>
{% highlight html %} {% highlight html %}