Commit 4d0b895d authored by Julian Thilo's avatar Julian Thilo

Merge pull request #10210 from acmetech/master

Update the example for components/#btn-groups-justified to match the "Element-specific usage" callout
parents f811c1b5 77bee02c
...@@ -558,9 +558,9 @@ base_url: "../" ...@@ -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 %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment