summaryrefslogtreecommitdiff
path: root/united
diff options
context:
space:
mode:
authorNicolas Boutet <amd3002@gmail.com>2013-11-12 20:26:01 +0100
committerNicolas Boutet <amd3002@gmail.com>2013-11-12 20:26:01 +0100
commit81f9e58d8184c0ace92fe241de005192a0b35953 (patch)
tree6707d88b7b64d554022a602035386ac5f0338278 /united
parentd0d9744b05908932262ea4bc7ce16e679afaf7a1 (diff)
Fix wrong button names/places
Diffstat (limited to 'united')
-rw-r--r--united/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/united/index.html b/united/index.html
index 5d6bbe2b..cac1b4ef 100644
--- a/united/index.html
+++ b/united/index.html
@@ -338,8 +338,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>