linaro-jekyll-theme 0.1.2.11 → 0.1.2.12

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: df334cfb6c3343eabb052a660c092be353f1527c
4
- data.tar.gz: 6088dd44a487c72de7b21a45fd46089510b707a1
3
+ metadata.gz: ae32d82d70808401fbb81d9926533a77d79088ae
4
+ data.tar.gz: 58f253c9773f9aff5f852099a3b3f304ce437cab
5
5
  SHA512:
6
- metadata.gz: f974af7d11e09814a76d952f19bd8707fe650d51384cf05ee8393842fd5ae9188d8a92261c57d2dacd2cf731bb6717ba350298f372c526bca3e803c361b5630d
7
- data.tar.gz: 3d327129ae822282aa0480d33ef1377876d1fbf338b423ee02d3a29e2de4226d0af65b9457f71ea3c4e622d935805014847e24b4e09f342b8a2817dddcc872df
6
+ metadata.gz: d4e8bea48fc5638c7f473f63480ca2713cc06e4c577ab1423eb6cddd21715978fda9f24fd4a235efc2cde678b38648f4f41e7bbb08e987b03b518ee7d2967a68
7
+ data.tar.gz: 97b1a15f7552c52a9379e2bd0812449f5bf58d53f4f0116f12b7f2c4ae53c14ff80875bc02b09fc735bf2bdd4eb6d9e7330d8385f4251f3cc601df51d35f8bc2
@@ -38,3 +38,8 @@
38
38
  width: auto;
39
39
  height: 200px;
40
40
  }
41
+
42
+ // Style for Homepage
43
+ div#main-container.home-container {
44
+ margin-top: 0;
45
+ }
data/_sass/core/nav.scss CHANGED
@@ -718,3 +718,40 @@ i.glyphicon.glyphicon-search {
718
718
  }
719
719
  }
720
720
 
721
+
722
+
723
+ // Dark and Light Nav Bar
724
+ nav.nav-light #navbar-buttons > li > a {
725
+ color:#fff;
726
+ }
727
+
728
+ nav.nav-dark #navbar-buttons > li > a {
729
+ color:#000;
730
+ }
731
+
732
+ nav.nav-light {
733
+ background: transparent;
734
+ }
735
+
736
+ nav.nav-dark {
737
+ background: transparent;
738
+ }
739
+
740
+ // Nav Bar SVG Style
741
+ svg#navbar_svg {
742
+ height: 66px;
743
+ padding-top: 5px;
744
+ padding-bottom: 5px;
745
+ }
746
+ nav.nav-light .cls-2 {
747
+ fill: #666;
748
+ }
749
+
750
+ nav.nav-light .cls-2 {
751
+ fill: #fff;
752
+ }
753
+
754
+ nav.nav-dark .cls-2 {
755
+ fill: #000;
756
+ }
757
+
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: linaro-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2.11
4
+ version: 0.1.2.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-23 00:00:00.000000000 Z
11
+ date: 2017-11-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll