linaro-jekyll-theme 0.10.57 → 0.10.58

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: db3da271500aaf5a1951242308659039841997fc
4
- data.tar.gz: 94c2c8f5dc5ede9f4e1b7eab03d761d76cb33ee3
3
+ metadata.gz: 4498e87db03ee0f7c8f7d99e36b63b59ab082324
4
+ data.tar.gz: f0b7a15008b76a63872c1f63c33e256cc4a84e61
5
5
  SHA512:
6
- metadata.gz: 6b1dd8fb9b3fbfdf8538093f870dc4fae44e6f39a1e959800551f48a9022fe0dcd225a396637fa867ba381ed4acf815d803083a7019d6420bc59061770f8ea1a
7
- data.tar.gz: 4cdf833e2287f1c37e20521ba74a760f215dccd921968878a8453c5dd0d372bddea4cba9861a286479511716723fa18bba6adc610b471f4ee65816e1de8b5c15
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" id="closeForm">
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>
@@ -50,5 +50,9 @@
50
50
 
51
51
  //Sort the breadcrumb margin issue
52
52
  .container.breadcrumb-inner-container {
53
- padding-left: 10px;
53
+ padding-left: 25px;
54
+ }
55
+ //Active colour for breadcrumb
56
+ ol.breadcrumb > li.active {
57
+ color: $navbar-base-text-color;
54
58
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: linaro-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.57
4
+ version: 0.10.58
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby