aboutsummaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-11 22:02:26 -0700
committerMark Otto <[email protected]>2011-09-11 22:02:26 -0700
commit88f2f848b31f09dff025ee4270098a7c8f026000 (patch)
tree44914ebb82b03e1a135907fb4f314702677e5ae9 /docs/index.html
parentc73533ac73c5bed6f35576e8db2945ec11acb11c (diff)
downloadbootstrap-88f2f848b31f09dff025ee4270098a7c8f026000.tar.xz
bootstrap-88f2f848b31f09dff025ee4270098a7c8f026000.zip
change modal buttons back to be primary first
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html
index 29ffa80bd..6c5096032 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1566,8 +1566,8 @@
<p>One fine body…</p>
</div>
<div class="modal-footer">
- <a href="#" class="btn secondary">Secondary</a>
<a href="#" class="btn primary">Primary</a>
+ <a href="#" class="btn secondary">Secondary</a>
</div>
</div>
</div>