aboutsummaryrefslogtreecommitdiff
path: root/components.html
diff options
context:
space:
mode:
authorJulian Thilo <[email protected]>2013-08-27 07:40:45 -0700
committerJulian Thilo <[email protected]>2013-08-27 07:40:45 -0700
commit4d0b895db7bf9c35f865d71473cb4f679f06e39b (patch)
tree70296a3418f2e13c277c97feb501143088675279 /components.html
parentf811c1b56cb109394268ec66cf3f956f987e5884 (diff)
parent77bee02c85073572accdbceb94cb2055744f0467 (diff)
downloadbootstrap-4d0b895db7bf9c35f865d71473cb4f679f06e39b.tar.xz
bootstrap-4d0b895db7bf9c35f865d71473cb4f679f06e39b.zip
Merge pull request #10210 from acmetech/master
Update the example for components/#btn-groups-justified to match the "Element-specific usage" callout
Diffstat (limited to 'components.html')
-rw-r--r--components.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/components.html b/components.html
index 627327647..960088a79 100644
--- a/components.html
+++ b/components.html
@@ -558,9 +558,9 @@ base_url: "../"
<div class="bs-example">
<div class="btn-group btn-group-justified">
- <button type="button" class="btn btn-default">Left</button>
- <button type="button" class="btn btn-default">Middle</button>
- <button type="button" class="btn btn-default">Right</button>
+ <a class="btn btn-default" role="button">Left</a>
+ <a class="btn btn-default" role="button">Middle</a>
+ <a class="btn btn-default" role="button">Right</a>
</div>
</div>
{% highlight html %}