diff options
| author | Mark Otto <[email protected]> | 2013-01-11 20:52:39 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-11 20:52:39 -0800 |
| commit | 88e816956a731c9e3284c55a7be0c81b447c2601 (patch) | |
| tree | fad0c4b2bc93eb96143bf8b43e86d152347e14f5 /docs/components.html | |
| parent | b242ff7851e12dbca9b7e22ae1c9a74686ec606d (diff) | |
| download | bootstrap-88e816956a731c9e3284c55a7be0c81b447c2601.tar.xz bootstrap-88e816956a731c9e3284c55a7be0c81b447c2601.zip | |
Fixes #6552: example fix for button group
Diffstat (limited to 'docs/components.html')
| -rw-r--r-- | docs/components.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/components.html b/docs/components.html index 10ffd2e0c..751418816 100644 --- a/docs/components.html +++ b/docs/components.html @@ -272,9 +272,9 @@ </div> <pre class="prettyprint linenums"> <div class="btn-group"> - <button class="btn">1</button> - <button class="btn">2</button> - <button class="btn">3</button> + <button class="btn">Left</button> + <button class="btn">Middle</button> + <button class="btn">Right</button> </div> </pre> |
