jumbo-jekyll-theme 1.9.6 → 1.9.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/nav.html +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b39f9b4e2d42b3d6d935049f3e032b5f5b3a837c
4
- data.tar.gz: 9f19a345d738fbe0683e70df1c4f7b3aee914aa8
3
+ metadata.gz: a23a1f9b0223228350a115a253e53656460eea7e
4
+ data.tar.gz: baac560c9689139da934ba19e05318797a7aa9ce
5
5
  SHA512:
6
- metadata.gz: a54f22481388032dfb1f22aa2be2276861792d9ba90d6f2ad8767c47a58a4889ee30b2d6fa168ea2f608181eb95e7b676794bebf991123be9057aabf0d108f29
7
- data.tar.gz: 1cbc023f52ec997edc71c98b1602f8b76eb6cf4c513f86a2713812c1f480948cd16137bc98b3ec0a8a242b09321a131da195103a76a74d1e3a69d842a2818ba2
6
+ metadata.gz: d34eb6781292f0a303a293861ce209daecaa68924afe0bd8b2dbf3456fbcc650c42f65099586db5476c8d10ae44cf3019d062b1d2f09c1170bd9851e7032b53c
7
+ data.tar.gz: 476b4b1da9a007849bad5c2b49f8041ceeb336208812073f25aaecc2b70d389d758e81080537b92731715a12a74aeac482f7548c2423b56e832ba4b6f5b94ca4
@@ -51,7 +51,7 @@ navbar-inverse navbar-static" id="main-navigation">
51
51
  {% for menu_option in section.options %}
52
52
  {% if menu_option.options %}
53
53
  <li class="dropdown-submenu sub-menu {% if section.left %} pull-left {% endif %}">
54
- <a tabindex="-1" {% if menu_option.url %}href="{{menu_option.url}}"{% endif %} class="mobile-link-inactive">{{menu_option.text}}</a>
54
+ <a tabindex="-1" {% if menu_option.url %}href="{{menu_option.url}}"{% endif %} class="">{{menu_option.text}}</a>
55
55
  <ul class="dropdown-menu sub-menu">
56
56
  {% for sub-option in menu_option.options %}
57
57
  {% if sub-option.options %}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jumbo-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.6
4
+ version: 1.9.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby