aboutsummaryrefslogtreecommitdiff
path: root/components.html
diff options
context:
space:
mode:
authorTom Pietschker <[email protected]>2013-08-27 09:45:38 -0400
committerTom Pietschker <[email protected]>2013-08-27 09:45:38 -0400
commitd1f60671c7c123e9446f7819987f59670787fbb9 (patch)
treef0a0c5bd7044a672b671dea87c07a645e3d5cb04 /components.html
parentf811c1b56cb109394268ec66cf3f956f987e5884 (diff)
downloadbootstrap-d1f60671c7c123e9446f7819987f59670787fbb9.tar.xz
bootstrap-d1f60671c7c123e9446f7819987f59670787fbb9.zip
per the docs - use <a> instead of <button>
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..c0cd05346 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">Left</a>
+ <a class="btn btn-default">Middle</a>
+ <a class="btn btn-default">Right</a>
</div>
</div>
{% highlight html %}