1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-24 14:13:06 +02:00

change modal buttons back to be primary first

This commit is contained in:
Mark Otto
2011-09-11 22:02:26 -07:00
parent c73533ac73
commit 88f2f848b3
4 changed files with 6 additions and 6 deletions

View File

@@ -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>