2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

Remove unneeded trailing whitespace.

[ci skip]
This commit is contained in:
XhmikosR
2015-09-20 18:57:03 +03:00
parent 64cdb791df
commit a503474645
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
code: zh
description: Bootstrap 中文文档
url: http://v4.bootcss.com/
- name: Chinese
code: zh
description: Bootstrap 4 中文文档教程
+1 -1
View File
@@ -44,7 +44,7 @@
<form class="form-inline navbar-form pull-right">
<input class="form-control" type="text" placeholder="Search">
<button class="btn btn-success-outline" type="submit">Search</button>
</form>
</form>
</div>
</nav> <!-- /navbar -->
+1 -1
View File
@@ -2,4 +2,4 @@ $(document).ready(function () {
$('[data-toggle="offcanvas"]').click(function () {
$('.row-offcanvas').toggleClass('active')
});
});
});