jekyll-theme-open-project 2.0 → 2.0.1
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 +4 -4
- data/_sass/jekyll-theme-open-project.scss +1 -0
- data/_sass/open-project-mixins.scss +7 -5
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f63f8643bb9855ad20012177db44becdb80a7778
|
|
4
|
+
data.tar.gz: 014a60f5e4a78a6cd57dba5044bbc5798d633582
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bf22cfc111dbf66942bc17444d2a196d010a22b87b98d5b1d1a1b52d754c8d8256b0152d6fab11373d02f312fc7465ac0e2d9b893b5cb1de2a2bcc78dcbf7f70
|
|
7
|
+
data.tar.gz: e14362bc7b7a585be61c3613a7adfa35424f729bdc0386e8e20027c5b2d07ede3f4a2b0cef57fe5ac328ae763e00db278e2066bc5984331fc9b59077c1b645ae
|
|
@@ -731,11 +731,13 @@
|
|
|
731
731
|
|
|
732
732
|
&.docs-landing > article {
|
|
733
733
|
> header {
|
|
734
|
-
.external-links
|
|
735
|
-
|
|
736
|
-
background-color: $primary-dark-color;
|
|
737
|
-
}
|
|
734
|
+
.external-links {
|
|
735
|
+
margin-bottom: 2em;
|
|
738
736
|
|
|
737
|
+
> .nav-items > li {
|
|
738
|
+
width: unset;
|
|
739
|
+
}
|
|
740
|
+
}
|
|
739
741
|
> .title {
|
|
740
742
|
border-bottom-width: 0;
|
|
741
743
|
padding-bottom: 0;
|
|
@@ -777,7 +779,7 @@
|
|
|
777
779
|
|
|
778
780
|
@media screen and (min-width: $bigscreen-breakpoint) {
|
|
779
781
|
> .body {
|
|
780
|
-
padding-top:
|
|
782
|
+
padding-top: 20px;
|
|
781
783
|
}
|
|
782
784
|
}
|
|
783
785
|
}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-open-project
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 2.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ribose Inc.
|
|
@@ -72,14 +72,14 @@ dependencies:
|
|
|
72
72
|
requirements:
|
|
73
73
|
- - '='
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version:
|
|
75
|
+
version: 2.0.1
|
|
76
76
|
type: :runtime
|
|
77
77
|
prerelease: false
|
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|
|
80
80
|
- - '='
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
|
-
version:
|
|
82
|
+
version: 2.0.1
|
|
83
83
|
- !ruby/object:Gem::Dependency
|
|
84
84
|
name: bundler
|
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|