Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/4.0/components/modal.md')
-rw-r--r--docs/4.0/components/modal.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/4.0/components/modal.md b/docs/4.0/components/modal.md
index d4be8783af..3ed09170e1 100644
--- a/docs/4.0/components/modal.md
+++ b/docs/4.0/components/modal.md
@@ -508,7 +508,7 @@ Modals have two optional sizes, available via modifier classes to be placed on a
<div class="modal-content">
<div class="modal-header">
- <h4 class="modal-title" id="myLargeModalLabel">Large modal</h4>
+ <h5 class="modal-title h4" id="myLargeModalLabel">Large modal</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
@@ -524,7 +524,7 @@ Modals have two optional sizes, available via modifier classes to be placed on a
<div class="modal-dialog modal-sm">
<div class="modal-content">
<div class="modal-header">
- <h4 class="modal-title" id="mySmallModalLabel">Small modal</h4>
+ <h5 class="modal-title h4" id="mySmallModalLabel">Small modal</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>