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/tests
diff options
context:
space:
mode:
authorMartijn Cuppens <martijn.cuppens@gmail.com>2019-05-08 19:58:29 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-05-08 19:58:29 +0300
commita827934f1309e02419d58b9ca4ab83982204c050 (patch)
tree059310d0790c32a0e5d49dda8d0117e9ae24f6fc /js/tests
parent292cb46cb996c4cac82c4daecf46d10dde0d10e5 (diff)
Documentation tweaks (#28679)
* Documentation tweaks * Remove redundant col-12 classes
Diffstat (limited to 'js/tests')
-rw-r--r--js/tests/integration/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/integration/index.html b/js/tests/integration/index.html
index 7b6a68323d..354577bd70 100644
--- a/js/tests/integration/index.html
+++ b/js/tests/integration/index.html
@@ -13,7 +13,7 @@
<body>
<div class="container">
<h1>Hello, world!</h1>
- <div class="col-12 mt-5">
+ <div class="mt-5">
<button type="button" class="btn btn-secondary" data-toggle="tooltip" data-placement="top" title="Tooltip on top">
Tooltip on top
</button>