linaro-jekyll-theme 0.10.57 → 0.10.58
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_includes/_theme-includes/_navigation/nav.html +2 -2
- data/_sass/core/breadcrumb.scss +5 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4498e87db03ee0f7c8f7d99e36b63b59ab082324
|
4
|
+
data.tar.gz: f0b7a15008b76a63872c1f63c33e256cc4a84e61
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 893fcc1697fb800ca72a0376f5eb9e5275a7425f96f1eaf0d1b70b20180adc88209029d2359218c4fde8d4b219b7749aaed5c9d42094f610cf76d3c93cd2f566
|
7
|
+
data.tar.gz: 5969aafdbe406849c4fe70367549ed32b543b887582cbe007146ee2608c9cc7060400c694c2b04328d85659a2504fa26f68c76ef7fd2896795dbe1c819b64712
|
@@ -55,12 +55,12 @@
|
|
55
55
|
{% endfor %}
|
56
56
|
|
57
57
|
|
58
|
-
<li class="dropdown" id="search-form">
|
58
|
+
<li class="dropdown" id="search-form" role="search-dropdown">
|
59
59
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="glyphicon glyphicon-search"></i></a>
|
60
60
|
<ul class="dropdown-menu" id="searchDropdown">
|
61
61
|
<form class="form-inline" action="/search/" method="GET" target="_self">
|
62
62
|
<input type="text" name="q" class="form-control" placeholder="Search...">
|
63
|
-
<button type="reset" class="btn btn-default dropdown-toggle" data-target="#searchDropdown" data-toggle="dropdown"
|
63
|
+
<button type="reset" class="btn btn-default dropdown-toggle" data-target="#searchDropdown" data-toggle="search-dropdown">
|
64
64
|
<span class="glyphicon glyphicon-remove">
|
65
65
|
<span class="sr-only">Close</span>
|
66
66
|
</span>
|
data/_sass/core/breadcrumb.scss
CHANGED