linaro-jekyll-theme 0.8.9 → 0.9.0

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: c66dd9d590603ac0bb7d53204553312d61ea4e04
4
- data.tar.gz: 34af02d1602e2fe145585a1b7997a4a39e8b05dd
3
+ metadata.gz: 4dbdf7778c9d1a134f565cee26a6631707d13ed5
4
+ data.tar.gz: 0162e458ab42a7114368dad88fdcce2cd9f69e69
5
5
  SHA512:
6
- metadata.gz: 731d4032d7e4f0bab916f77e73497fff91c3501c1d4043601939b15b1c424e752df0fb1559e363f0c865cf82b1a470735f494fad2c2f0b0919491cc5aaa92b46
7
- data.tar.gz: e0081a1f9046e431eacf9ed7bff42fec7b77d392b40dde21d4c6e3c3f1cbeb9f791c3fba2a5b3d7778b73b8e5dc02e71543f251dc0c27a281570e33cfc977022
6
+ metadata.gz: 3766aaa093ac90e83ae376d93fddc3ce28b1a48ec911395edc892df77482d4ec5aeaf4a613030dca69114cc7c446abb289e6557c2a9bc13b67282a23165718a8
7
+ data.tar.gz: c1e30e9f775eee240af253a0f4fa555c9f2481b0fe3dfb35cc1bf3d6b1c5c80d210160f1042f1b93bbc198d6a29cf624e2a1f5ae26dae3ec08a96dc5ab84627c
@@ -37,7 +37,7 @@
37
37
  {% for column in site.data.footer.columns %}
38
38
  <div class="col-xs-6 col-md-2">
39
39
  <ul class="list-unstyled ">
40
- <li><b><a class="footer-heading" href="{% if column.url %}{{column.url}}{% endif %}">{{column.title}}</a></b></li>
40
+ <li><b><a class="footer-heading" href="{% if column.url %}{{column.url}}{% else %}#{% endif %}">{{column.title}}</a></b></li>
41
41
  {% if column.items %}
42
42
  {% for item in column.items %}
43
43
  <li><a class="footer-element" href="{{item.url}}">{{item.text}}</a></li>
@@ -41,7 +41,7 @@
41
41
  <ul class="dropdown-menu">
42
42
  {% for menu_option in section.options %}
43
43
  <li>
44
- <a target="_self" href="{{menu_option.url}}" title="{{menu_option.txt}}">{{menu_option.text}}</a>
44
+ <a target="_self" href="{{menu_option.url}}" class="dropdown-item" title="{{menu_option.txt}}">{{menu_option.text}}</a>
45
45
  </li>
46
46
  {% endfor %}
47
47
  </ul>
@@ -551,3 +551,6 @@ button#closeForm {
551
551
  button#searchButton {
552
552
  color: $navbar-base-text-color;
553
553
  }
554
+ a.dropdown-item {
555
+ color: $navbar-base-text-color;
556
+ }
@@ -1,5 +1,7 @@
1
1
  ---
2
2
  ---
3
+
3
4
  @import 'bootstrap/variables';
4
5
  @import "core/carousel";
6
+
5
7
  @import 'core/homepage';
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.8.9
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby