jekyll-theme-centos 0.8.7 → 0.9.20211031215618
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 -1
- data/_sass/centos/_header.scss +1 -1
- data/_sass/centos/centos-blog.scss +1 -0
- data/_sass/centos/centos-lists.scss +1 -1
- data/_sass/centos/centos.scss +3 -2
- data/_sass/centos/mixins/_content.scss +2 -3
- data/assets/img/favicon.png +0 -0
- data/assets/img/logo.png +0 -0
- data/assets/img/motif.png +0 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d09548493807d41fc0229ca8b1f387237fc2299ccf9bdc7261ce417d017de523
|
4
|
+
data.tar.gz: 245b57ef018947ad4aab4a8c1190258c4aff9e5dc35b8171740a6048e10a8ffe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ce3ca53ff3348258cbbbd9982938a0337b442fec01f99eefd7a62421830ef89de6594c277fc6eecabdeb5f8b0fe269f42fe0384e3affa18dbdbb2ad097ae618c
|
7
|
+
data.tar.gz: e835885996b65678ebf203f626133dcdc557eb43455cabdfcbeff8da9f230c9493c317b8b2a4a458a26c6674851869bf204783ab44cd8b1db7d537f2f5082931
|
data/_sass/centos/_footer.scss
CHANGED
data/_sass/centos/_header.scss
CHANGED
@@ -40,7 +40,7 @@
|
|
40
40
|
}
|
41
41
|
}
|
42
42
|
&__welcome {
|
43
|
-
&> table:nth-child(1) > tbody > tr > td,
|
43
|
+
&> table:nth-child(1) > tbody > tr:nth-child(1) > td,
|
44
44
|
&> form > table > tbody > tr > td > center > table > tbody > tr > td,
|
45
45
|
&> form > table > tbody > tr > td {
|
46
46
|
background-color: white;
|
data/_sass/centos/centos.scss
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
|
-
* jekyll-theme-centos
|
3
|
-
* Copyright 2020-2021
|
2
|
+
* jekyll-theme-centos 0.9.20211031215618 (https://gitlab.com/areguera/jekyll-theme-centos)
|
3
|
+
* Copyright 2020-2021 areguera@centosproject.org
|
4
4
|
* Licensed under MIT (https://gitlab.com/areguera/jekyll-theme-centos/-/blob/master/LICENSE)
|
5
5
|
*/
|
6
6
|
@import "fontawesome/fontawesome";
|
@@ -19,3 +19,4 @@
|
|
19
19
|
@import "centos/header";
|
20
20
|
@import "centos/main";
|
21
21
|
@import "centos/footer";
|
22
|
+
|
@@ -51,8 +51,8 @@
|
|
51
51
|
border-left: 5px solid $success;
|
52
52
|
background-color: rgba($success, 0.05);
|
53
53
|
blockquote {
|
54
|
-
|
55
|
-
|
54
|
+
border-left: 5px solid $warning;
|
55
|
+
background-color: rgba($warning, 0.05);
|
56
56
|
blockquote {
|
57
57
|
border-left: 5px solid $danger;
|
58
58
|
background-color: rgba($danger, 0.05);
|
@@ -66,7 +66,6 @@
|
|
66
66
|
}
|
67
67
|
|
68
68
|
input[type=checkbox], input[type=radio] {
|
69
|
-
@extend .form-check-input;
|
70
69
|
}
|
71
70
|
|
72
71
|
input[type=file] {
|
data/assets/img/favicon.png
CHANGED
Binary file
|
data/assets/img/logo.png
CHANGED
Binary file
|
data/assets/img/motif.png
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-centos
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.9.20211031215618
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alain Reguera Delgado
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-10-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -380,7 +380,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
380
380
|
- !ruby/object:Gem::Version
|
381
381
|
version: '0'
|
382
382
|
requirements: []
|
383
|
-
rubygems_version: 3.
|
383
|
+
rubygems_version: 3.2.22
|
384
384
|
signing_key:
|
385
385
|
specification_version: 4
|
386
386
|
summary: Jekyll theme for CentOS website
|