jekyll-theme-centos 0.6.17 → 0.6.18
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/centos/_footer.scss +1 -6
- data/_sass/centos/_header.scss +2 -0
- data/_sass/centos/_main.scss +2 -2
- data/_sass/centos/_mixins.scss +2 -1
- data/_sass/centos/centos.scss +1 -1
- data/_sass/centos/mixins/_header-links.scss +8 -0
- data/_sass/centos/mixins/{_link-list.scss → _list-links.scss} +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 30d761cd88c90b433fa9080d7a17486cb2eeefca3eb71b9020c751730947437f
|
|
4
|
+
data.tar.gz: 00b1b5a134bef80f53728ea1ab7162bc5fd23af9987c7bead2ae061b928f5b7c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e9c8dc474c6a2f55aa4e5a66df96cede3c3d13eb3d5cdbe5cfcafd9d50ca07e6c4f204a63489f14cbdc344c3ee07efaa9d11ed4110827a0e9f16aa26adc7e743
|
|
7
|
+
data.tar.gz: 0ef940613ab2a273fcba28c367503aeee3cf1b9ceb997255ada802d50533a40a2337c9fe53a6880450cebc3be02fd7a0978800ffc46f5e618842c035234f417b
|
data/_sass/centos/_footer.scss
CHANGED
data/_sass/centos/_header.scss
CHANGED
data/_sass/centos/_main.scss
CHANGED
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
}
|
|
29
29
|
&__planet, &__news-and-events {
|
|
30
30
|
a { font-weight: bold; }
|
|
31
|
-
@include
|
|
31
|
+
@include list-links;
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
34
|
}
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
margin-bottom: 15px;
|
|
196
196
|
}
|
|
197
197
|
.ais-hits {
|
|
198
|
-
@include
|
|
198
|
+
@include list-links;
|
|
199
199
|
}
|
|
200
200
|
.ais-pagination {
|
|
201
201
|
li {
|
data/_sass/centos/_mixins.scss
CHANGED
data/_sass/centos/centos.scss
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* jekyll-theme-centos v0.6.
|
|
2
|
+
* jekyll-theme-centos v0.6.18 (https://gitlab.com/areguera/jekyll-theme-centos/)
|
|
3
3
|
* Copyright 2020-2021 Alain Reguera Delgado
|
|
4
4
|
* Licensed under MIT (https://gitlab.com/areguera/jekyll-theme-centos/-/blob/master/LICENSE)
|
|
5
5
|
*/
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-centos
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.18
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alain Reguera Delgado
|
|
@@ -213,7 +213,8 @@ files:
|
|
|
213
213
|
- _sass/centos/mixins/_code-header.scss
|
|
214
214
|
- _sass/centos/mixins/_content-nav.scss
|
|
215
215
|
- _sass/centos/mixins/_content.scss
|
|
216
|
-
- _sass/centos/mixins/
|
|
216
|
+
- _sass/centos/mixins/_header-links.scss
|
|
217
|
+
- _sass/centos/mixins/_list-links.scss
|
|
217
218
|
- _sass/centos/mixins/_post-nav-explorer.scss
|
|
218
219
|
- _sass/fontawesome/_animated.scss
|
|
219
220
|
- _sass/fontawesome/_bordered-pulled.scss
|