Commit 2433faa5 authored by Blake Bengtson's avatar Blake Bengtson

Small fix to justified button groups docs

parent 55e1fcef
...@@ -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