diff options
| author | Mark Otto <[email protected]> | 2015-01-19 16:03:41 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-01-19 16:03:41 -0800 |
| commit | 21dc9b1f5715efe68df4373a221140fc39e383b7 (patch) | |
| tree | 3b024cfecd0035715026f01bcc3ecd766b9b9e49 /docs/javascript/modal.md | |
| parent | e1dfe01c9ff033cd11774737b115be15b4c5bf5f (diff) | |
| download | bootstrap-21dc9b1f5715efe68df4373a221140fc39e383b7.tar.xz bootstrap-21dc9b1f5715efe68df4373a221140fc39e383b7.zip | |
fix broken buttons
Diffstat (limited to 'docs/javascript/modal.md')
| -rw-r--r-- | docs/javascript/modal.md | 4 |
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> |
