Commit ba05b7a6 authored by Mark Otto's avatar Mark Otto

Merge pull request #8908 from bbeng89/3.0.0-wip

Small fix to justified button groups docs
parents daed9378 2433faa5
...@@ -203,8 +203,8 @@ base_url: "../" ...@@ -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 %}
......
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