diff options
| author | Tom Pietschker <[email protected]> | 2013-08-27 09:45:38 -0400 |
|---|---|---|
| committer | Tom Pietschker <[email protected]> | 2013-08-27 09:45:38 -0400 |
| commit | d1f60671c7c123e9446f7819987f59670787fbb9 (patch) | |
| tree | f0a0c5bd7044a672b671dea87c07a645e3d5cb04 /components.html | |
| parent | f811c1b56cb109394268ec66cf3f956f987e5884 (diff) | |
| download | bootstrap-d1f60671c7c123e9446f7819987f59670787fbb9.tar.xz bootstrap-d1f60671c7c123e9446f7819987f59670787fbb9.zip | |
per the docs - use <a> instead of <button>
Diffstat (limited to 'components.html')
| -rw-r--r-- | components.html | 6 |
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 %} |
