jekyll-theme-centos 0.6.23 → 0.6.24
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/_main.scss +5 -1
- 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: 20add9ff2eedd50b08a19042c9580989ca21e16abd82577d5106a20f766aecdb
|
|
4
|
+
data.tar.gz: 13b22cd15a6215befd8da5fc8175990faccd38ba4b44fb2e7896b2a5ebcca8d6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: da3dbe769067be7b2873d4067992d23d64e5824db6989529263d7cf3ebd1d09e607de100a78a6f0069f3fbb82657d4ed1c7a981dfe9f777e2fdee3d07b93aa9f
|
|
7
|
+
data.tar.gz: 24112e3aa77983cd71645d620adadad5f60d306e6a206e425d0088b5d6710602dd337186daef63c324491912bf4afa37eee1fb1c47cf1bfcca254b86770cfc33
|
data/_sass/centos/_main.scss
CHANGED
|
@@ -101,6 +101,9 @@
|
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
103
|
&__welcome {
|
|
104
|
+
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) > td {
|
|
105
|
+
border: none;
|
|
106
|
+
}
|
|
104
107
|
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1),
|
|
105
108
|
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) > font:nth-child(1) {
|
|
106
109
|
display: none;
|
|
@@ -136,7 +139,8 @@
|
|
|
136
139
|
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td {
|
|
137
140
|
border: none;
|
|
138
141
|
}
|
|
139
|
-
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3)
|
|
142
|
+
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3),
|
|
143
|
+
&> hr:nth-child(2) {
|
|
140
144
|
display: none;
|
|
141
145
|
}
|
|
142
146
|
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) {
|
data/_sass/centos/centos.scss
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* jekyll-theme-centos v0.6.
|
|
2
|
+
* jekyll-theme-centos v0.6.24 (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
|
*/
|