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
path: root/js
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2017-06-26 04:31:23 +0300
committerMark Otto <markdotto@gmail.com>2017-06-26 04:31:23 +0300
commit52cf0fe648f77a7a8d7b3127adf9629007077552 (patch)
treea595192e6943cded26794d34d3953377460fd190 /js
parent6c595d2cc133b20a461057afb6ef3389e109f530 (diff)
update instances of .bg-inverse and .bg-faded to .bg-dark and .bg-light
Diffstat (limited to 'js')
-rw-r--r--js/tests/visual/modal.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/visual/modal.html b/js/tests/visual/modal.html
index 0cf16c18b3..c9a950b8c3 100644
--- a/js/tests/visual/modal.html
+++ b/js/tests/visual/modal.html
@@ -164,7 +164,7 @@
<br><br>
- <div class="bg-inverse text-white p-2" id="tall" style="display: none;">
+ <div class="bg-dark text-white p-2" id="tall" style="display: none;">
Tall body content to force the page to have a scrollbar.
</div>
</div>