diff options
| author | XhmikosR <[email protected]> | 2018-11-14 15:59:15 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-11-20 21:31:28 +0200 |
| commit | 2b9af5e38ce4fdbe8b5debff54ae5049fde5ed55 (patch) | |
| tree | dc11853557ebf9f3a2ff3c9d57fe67f463a878a9 /js/tests/visual/toast.html | |
| parent | 369f03fbc5081abfc1f8b519726674a8311459d7 (diff) | |
| download | bootstrap-2b9af5e38ce4fdbe8b5debff54ae5049fde5ed55.tar.xz bootstrap-2b9af5e38ce4fdbe8b5debff54ae5049fde5ed55.zip | |
Remove holder.js.
Diffstat (limited to 'js/tests/visual/toast.html')
| -rw-r--r-- | js/tests/visual/toast.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/tests/visual/toast.html b/js/tests/visual/toast.html index 1178073f5..22a85447c 100644 --- a/js/tests/visual/toast.html +++ b/js/tests/visual/toast.html @@ -28,7 +28,7 @@ <div class="notifications"> <div id="toastAutoHide" class="toast" role="alert" aria-live="assertive" aria-atomic="true" data-delay="2000"> <div class="toast-header"> - <img class="rounded mr-2" data-src="holder.js/20x20?size=1&text=.&bg=#007aff" alt=""> + <span class="d-block bg-primary rounded mr-2" style="width: 20px; height: 20px;"></span> <strong class="mr-auto">Bootstrap</strong> <small>11 mins ago</small> </div> @@ -39,7 +39,7 @@ <div class="toast" data-autohide="false" role="alert" aria-live="assertive" aria-atomic="true"> <div class="toast-header"> - <img class="rounded mr-2" data-src="holder.js/20x20?size=1&text=.&bg=#007aff" alt=""> + <span class="d-block bg-primary rounded mr-2" style="width: 20px; height: 20px;"></span> <strong class="mr-auto">Bootstrap</strong> <small class="text-muted">2 seconds ago</small> <button type="button" class="ml-2 mb-1 close" data-dismiss="toast" aria-label="Close"> |
