Commit ba05b7a6 authored by Mark Otto's avatar Mark Otto
Browse files

Merge pull request #8908 from bbeng89/3.0.0-wip

Small fix to justified button groups docs
parents daed9378 2433faa5
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -203,8 +203,8 @@ base_url: "../"
<div class="bs-example">
<div class="btn-group btn-group-justified">
<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">Right</a>
</div>
</div>
{% highlight html %}
......
Supports Markdown
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