jumbo-jekyll-theme 1.8.95 → 1.8.96

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_sass/core/nav.scss +20 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0f4cf65b81e392ad6a171c20cfc248dc2c4d37e2
4
- data.tar.gz: 1f068afe2e8d87fe0fd7fa06b5bf3d8463a8ba31
3
+ metadata.gz: 838d669c375ec3288db12b083ee8ce67e262d6ed
4
+ data.tar.gz: ee1393fb71d6fdb4888222f90947a3019a06f180
5
5
  SHA512:
6
- metadata.gz: e6fbdbf66f168f4c99f347798f4f47810120fa6e69c7cbce61855a6c59fd426eea896103676b968fe4178b10220bfa226855833254aafb037483564a78d1dd1f
7
- data.tar.gz: 0bbd1be50ec9ef5efc3e52e5014ef7e2c92fb7c1a85375d58e26b4d786aaf04ac4f795d1774619058bf2e89cb9ea5c42663217f3c2e7efc9a12399e9b1a08a05
6
+ metadata.gz: fee2774ea733cf8f7adb61f158f8f6adbcaa22c56fd14e8aa28bad648afef125fd1618f55cbec883864a3ec43c5c87128bb64028cdffd51b07a03dfc7285702d
7
+ data.tar.gz: beb9502bb5a671efe450ac9c695582e44884f7ef92f28b858566b031408862e814aea35257e72645dc0d27a8b96a7162c0ea15dd950f3b2b1dfac8f82739b032
@@ -964,5 +964,25 @@ nav#main-navigation.navbar-fixed-top {
964
964
  z-index: 1;
965
965
  }
966
966
 
967
+
968
+ // CSS for the left aligned dropdowns
969
+
970
+ li.dropdown-submenu.sub-menu.pull-left {
971
+ width: 100%;
972
+ }
973
+ #main-navigation .pull-left ul.dropdown-menu.sub-menu {
974
+ margin-left: -3px !important;
975
+ margin-top: 0px !important;
976
+ text-align: right;
977
+ }
978
+ #main-navigation ul.dropdown-menu.sub-menu {
979
+ margin-left: 1px;
980
+ border-radius: 0px;
981
+ border: 0px;
982
+ padding-top: 0;
983
+ margin-top: 5px;
984
+ padding-bottom: 0;
985
+ }
986
+
967
987
  // Import the CSS for the iuniversal NavBar
968
988
  @import "universal-nav";
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.8.95
4
+ version: 1.8.96
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby