linaro-jekyll-theme 0.10.95 → 0.10.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: '07579c4c367ec4cf358b159a566e0a6f47073c6d'
4
- data.tar.gz: ce946e0a08e89cb2517e803659108ae773245e17
3
+ metadata.gz: 7a321bfb52c5ce0437a6b1a22d72d91605d71706
4
+ data.tar.gz: 847122d307de6ba3558aa493120efca438af8aef
5
5
  SHA512:
6
- metadata.gz: d3896a7fecc6f0304c48950c8281fc483ff3e9394a49356764e35f77aeafd18c3385eb0a693913aee9852076b83ed9a47c60b8be8d4906d507ee9236bf3cd488
7
- data.tar.gz: 75f753708be58f63ca70a3bf2ba66ddc5835df3bc4d6c8e5276b7e234a12bd2891181b53020d310bceedea25f024d0e5fb0e126b3d741042af18d6b32c4e0b0b
6
+ metadata.gz: 8b0dd8bc05a9bc5b8d1fcbeee405c7d3c0cab84ba25f47e5f8f1ac6ee74cbc99223ec63d4476f08cf0950ee81e4362abf466cd8795dee9736141a03e01bac13d
7
+ data.tar.gz: 7f46c46d629472344e2cb4a9532946977dc56097e343c6b1d2355238cdd653ff8aafdc26b765dd37c23e32e889e08d0b6a16e98697649226697e2b9c9e65a880
data/_sass/core/nav.scss CHANGED
@@ -458,7 +458,7 @@ nav > ul.navbar-right {
458
458
  overflow: hidden;
459
459
  }
460
460
  .tab-content {
461
- margin-top: 20px;
461
+ margin-top: 40px;
462
462
  }
463
463
  .nav-tabs > li {
464
464
  font-size: 14px;
@@ -46,11 +46,13 @@ blockquote {
46
46
  overflow: auto;
47
47
  }
48
48
  //Selection for Highlighting Text on Web Page.
49
- ::-webkit-selection,
50
- ::-moz-selection,
51
49
  ::selection {
52
- background-color: $brand-primary;
53
- color: #fff;
50
+ background: $brand-primary; /* WebKit/Blink Browsers */
51
+ color: #fff;
52
+ }
53
+ ::-moz-selection {
54
+ background: $brand-primary; /* Gecko Browsers */
55
+ color: #fff;
54
56
  }
55
57
  //Search Dropdown input focus
56
58
  #searchDropdown input:focus {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: linaro-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.95
4
+ version: 0.10.96
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby