diff options
| author | Mark Otto <[email protected]> | 2017-06-25 18:31:23 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-06-25 18:31:23 -0700 |
| commit | 52cf0fe648f77a7a8d7b3127adf9629007077552 (patch) | |
| tree | a595192e6943cded26794d34d3953377460fd190 /js/tests/visual/modal.html | |
| parent | 6c595d2cc133b20a461057afb6ef3389e109f530 (diff) | |
| download | bootstrap-52cf0fe648f77a7a8d7b3127adf9629007077552.tar.xz bootstrap-52cf0fe648f77a7a8d7b3127adf9629007077552.zip | |
update instances of .bg-inverse and .bg-faded to .bg-dark and .bg-light
Diffstat (limited to 'js/tests/visual/modal.html')
| -rw-r--r-- | js/tests/visual/modal.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/visual/modal.html b/js/tests/visual/modal.html index 0cf16c18b..c9a950b8c 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> |
