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
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2017-10-05 15:18:18 +0300
committerXhmikosR <xhmikosr@gmail.com>2017-10-16 07:47:47 +0300
commit0e90240b16cb3fb2e1b4df2cfb68c4c3e0b19bd3 (patch)
treecb636931cd3716c22596c39b64e2ccf420c5bb1d /_includes
parentd7aa5e6d93ec75ebbe35e089d8f5a8182e84655a (diff)
Remove empty class from search menu button.
Diffstat (limited to '_includes')
-rw-r--r--_includes/docs-sidebar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/docs-sidebar.html b/_includes/docs-sidebar.html
index d23e033b66..24c1a8b2aa 100644
--- a/_includes/docs-sidebar.html
+++ b/_includes/docs-sidebar.html
@@ -1,7 +1,7 @@
<form class="bd-search d-flex align-items-center">
<input type="search" class="form-control" id="search-input" placeholder="Search..." aria-label="Search for..." autocomplete="off">
<button class="btn btn-link bd-search-docs-toggle d-md-none p-0 ml-3" type="button" data-toggle="collapse" data-target="#bd-docs-nav" aria-controls="bd-docs-nav" aria-expanded="false" aria-label="Toggle docs navigation">
- {% include icons/menu.svg class="" width="30" height="30" %}
+ {% include icons/menu.svg width="30" height="30" %}
</button>
</form>