1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 12:59:05 +02:00

Small fix to justified button groups docs

This commit is contained in:
Blake Bengtson
2013-07-31 08:39:07 -05:00
parent 55e1fcef60
commit 2433faa528

View File

@@ -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 %}