jumbo-jekyll-theme 1.7.20 → 1.7.21

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: 147697a71663f546edc0100b4e6d5340e302059e
4
- data.tar.gz: 3f378eef352a6163db3bf345678864ce66d41c6d
3
+ metadata.gz: f16601dee17062375cedf5621991a2a61634e26d
4
+ data.tar.gz: ef7a7dc08fdc6dfd5a786735242aa550bdad1d04
5
5
  SHA512:
6
- metadata.gz: 74da98deed80679ca2b75dcaf6a3ec0675a1a2ed75b4adda227c7bb678c83cf9054c1a727cf59fac7d16ea3b9cf7fe8f123fa77e0b5f66261341a1acd0073939
7
- data.tar.gz: 69c16282e7419bdceaf9260a350d183f20319e0bfc26fdf05486999db5a9e50428bdc64e3ae9ae7474b43030c0fbc6c72bee2b9b6200832f69f2fb6ca5a7e4a5
6
+ metadata.gz: 598e919d605f256d148d7fff11071f1e829027a15d482bfc726133d62cfc9781725728de079d0ac09d0ff675fe26298b245f5b84f85c5a249596ecd9a73350f5
7
+ data.tar.gz: 1bc5081c37213b3441c0cc539d8992944ed3a98c66798651e5bcf78cd99e2e92c9d378b6d597f546e101e397b03753d2132c5018fc4cc1baa29ae2598b5ba441
data/_sass/core/nav.scss CHANGED
@@ -940,5 +940,18 @@ li#linaro-app-menu-item > ul:before {
940
940
  li.side-nav-button.sub-page a {
941
941
  padding-left: 40px;
942
942
  }
943
+
944
+ nav#main-navigation.navbar-static {
945
+ height: $navbar-height + 20;
946
+ padding-bottom: 10px;
947
+ padding-top: 10px;
948
+
949
+ transition: all 200ms ease;
950
+ }
951
+ nav#main-navigation.navbar-fixed-top {
952
+ height: $navbar-height;
953
+ }
954
+
955
+
943
956
  // Import the CSS for the iuniversal NavBar
944
957
  @import "universal-nav";
@@ -2,7 +2,8 @@ nav#universal-nav {
2
2
  color: white;
3
3
  height: 0px;
4
4
  padding-bottom:0px;
5
- border-bottom: none;
5
+ border-bottom: 0px;
6
+ border-top:0px;
6
7
  margin-bottom: 0px;
7
8
  background-color:$brand-primary;
8
9
  z-index:9999;
@@ -11,8 +12,8 @@ nav#universal-nav {
11
12
  #universal-nav.navbar-default .navbar-nav>li>a{
12
13
  color: #fefefe;
13
14
  font-size: 14px;
14
- padding-top: 5px;
15
- padding-bottom:5px;
15
+ padding-top: 8px;
16
+ padding-bottom:7px;
16
17
  margin: 0px;
17
18
  border:none;
18
19
  letter-spacing:1px;
@@ -40,7 +41,7 @@ nav#universal-nav {
40
41
  margin-bottom: 0px;
41
42
  }
42
43
 
43
- .navbar {min-height:31px !important}
44
+ .navbar {min-height:36px !important}
44
45
 
45
46
  #universal-nav button.navbar-toggle {
46
47
  margin-top:0px;
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.7.20
4
+ version: 1.7.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby