diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-11-12 11:48:46 -0800 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-11-12 11:48:46 -0800 |
commit | 61dab0661ba43d3192fa8c2945f7343df44049ed (patch) | |
tree | 6707d88b7b64d554022a602035386ac5f0338278 /simplex/index.html | |
parent | d0d9744b05908932262ea4bc7ce16e679afaf7a1 (diff) | |
parent | 81f9e58d8184c0ace92fe241de005192a0b35953 (diff) |
Merge pull request #171 from boutetnico/gh-pages
Fix wrong button names/places
Diffstat (limited to 'simplex/index.html')
-rw-r--r-- | simplex/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simplex/index.html b/simplex/index.html index 199b7e9a..77899bcf 100644 --- a/simplex/index.html +++ b/simplex/index.html @@ -333,8 +333,8 @@ <div class="bs-example" style="margin-bottom: 15px;"> <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> |