diff options
| author | Mark Otto <[email protected]> | 2011-09-11 22:02:26 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-11 22:02:26 -0700 |
| commit | 88f2f848b31f09dff025ee4270098a7c8f026000 (patch) | |
| tree | 44914ebb82b03e1a135907fb4f314702677e5ae9 /docs | |
| parent | c73533ac73c5bed6f35576e8db2945ec11acb11c (diff) | |
| download | bootstrap-88f2f848b31f09dff025ee4270098a7c8f026000.tar.xz bootstrap-88f2f848b31f09dff025ee4270098a7c8f026000.zip | |
change modal buttons back to be primary first
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 2 |
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> |
