aboutsummaryrefslogtreecommitdiff
path: root/docs/javascript
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-01-19 16:03:41 -0800
committerMark Otto <[email protected]>2015-01-19 16:03:41 -0800
commit21dc9b1f5715efe68df4373a221140fc39e383b7 (patch)
tree3b024cfecd0035715026f01bcc3ecd766b9b9e49 /docs/javascript
parente1dfe01c9ff033cd11774737b115be15b4c5bf5f (diff)
downloadbootstrap-21dc9b1f5715efe68df4373a221140fc39e383b7.tar.xz
bootstrap-21dc9b1f5715efe68df4373a221140fc39e383b7.zip
fix broken buttons
Diffstat (limited to 'docs/javascript')
-rw-r--r--docs/javascript/modal.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/javascript/modal.md b/docs/javascript/modal.md
index 8a3b91e88..22c74f31c 100644
--- a/docs/javascript/modal.md
+++ b/docs/javascript/modal.md
@@ -280,7 +280,7 @@ Have a bunch of buttons that all trigger the same modal, just with slightly diff
</form>
</div>
<div class="modal-footer">
- <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
+ <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary">Send message</button>
</div>
</div>
@@ -316,7 +316,7 @@ Have a bunch of buttons that all trigger the same modal, just with slightly diff
</form>
</div>
<div class="modal-footer">
- <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
+ <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary">Send message</button>
</div>
</div>