jumbo-jekyll-theme 2.0.0 → 2.0.1

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: 861515480b95952177dcfaa43ea5440d8f085948
4
- data.tar.gz: '09fbd953c24eb586f02746cdc124f2b9ced791df'
3
+ metadata.gz: 8776d49a0e0e5663409380a3cb2535eca2b4eddb
4
+ data.tar.gz: d057c3571959c7baf1cfc390d1dd6d1912885f0a
5
5
  SHA512:
6
- metadata.gz: 95c0a393045c617283300907f3b6058f446563276dff321359ecfaae65f81a0723794fb93ce0994213242c036ed194dff9539b1bc89793f77d1e92ff436675b4
7
- data.tar.gz: df029306180c7e88b899db0c0c53c420491a52bcb72212d940c0fb84f0f06fff3bbf3d5b4009c1b7ba0bb239aa7d2f3cc053a9b2ad39feedafa283faa6497543
6
+ metadata.gz: a1ac350a0da7e37c45ed96bcebee2f38f8c248a330a9834d5d6e7b71b696ecc856ae575d3a43d3e49c37150ab0e29b95cc9dfdc6ce7ca14b2505176686668c77
7
+ data.tar.gz: ed5f4f1cb2cf65e5f8d7b9d29f3453b6ffb1105e1948b0d29faa80787c6e27e34c2b2bcb8e804ebdfc1433c87be685beb6d473be848a402a2f512d7b58494bc7
@@ -50,10 +50,10 @@ css-package: blog
50
50
 
51
51
  {% if page.co-author %}
52
52
  {% if site.authors %}
53
- {% assign co-author = site.authors | where: "username", page.author | first %}
53
+ {% assign co-author = site.authors | where: "username", page.co-author | first %}
54
54
  {% assign co-author-url = co-author.url %}
55
55
  {% elsif site.data.authors %}
56
- {% assign co-author = site.data.authors | where: "username", page.author | first %}
56
+ {% assign co-author = site.data.authors | where: "username", page.co-author | first %}
57
57
  {% assign co-author-url = "#" %}
58
58
  {% endif %}
59
59
  <a href="{{co-author-url}}">
@@ -943,7 +943,7 @@ nav#main-navigation.navbar-fixed-top {
943
943
  padding-bottom:0px;
944
944
  }
945
945
  #main-navigation div#navbar-collapse {
946
- z-index: 1;
946
+ z-index: 3;
947
947
  }
948
948
  // CSS for the left aligned dropdowns
949
949
 
@@ -139,7 +139,7 @@ a.dropdown-toggle {}
139
139
  #universal-nav div#navbar {
140
140
  background-color: white;
141
141
  color: black;
142
- z-index:999999999;
142
+ z-index:9999999;
143
143
  position: absolute;
144
144
  top:31px;
145
145
  width:100%;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jumbo-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-07-05 00:00:00.000000000 Z
11
+ date: 2018-07-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll