jekyll-theme-centos 0.6.13 → 0.6.14
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_sass/centos/_main.scss +2 -3
- data/_sass/centos/centos.scss +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8868454434356998d279e5fc880ac808d4e127b3519e4a32cdfe34b941b8e332
|
4
|
+
data.tar.gz: e86ef3e1f51aae81445610d25d2e85cb8422d5783a01b61f84d94599a75a4f01
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 44943eab3defb3b9d53afb2609901240c91d4a2d89969ec60ea13492569fdbdc91a760ec6782214f740b8ca7d866ad0210052aa8441c744cc4a370b12c357ccf
|
7
|
+
data.tar.gz: b4529514c33736687c1b31e7d8f4096e958d7f142938940640864c8362d3c86682ac1592ae935ec4ffb4adaf98171fe162910ad27a84ac2df53105700e180555
|
data/_sass/centos/_main.scss
CHANGED
@@ -74,9 +74,8 @@
|
|
74
74
|
|
75
75
|
&__mailman {
|
76
76
|
&__listinfo {
|
77
|
-
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td
|
78
|
-
&> table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td
|
79
|
-
&> address:nth-child(6) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td {
|
77
|
+
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1),
|
78
|
+
&> table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td {
|
80
79
|
background-color: $white;
|
81
80
|
border: none;
|
82
81
|
}
|
data/_sass/centos/centos.scss
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* jekyll-theme-centos v0.6.
|
2
|
+
* jekyll-theme-centos v0.6.14 (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
|
*/
|