jekyll-theme-centos 0.6.21 → 0.6.22
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 +9 -2
- 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: '08f1a03b2eec865b8fcf0ad92aed58dd5ddf76d06c61117c9efec9479d7da5d8'
|
4
|
+
data.tar.gz: 809c2659d0c4ca9e2603952f870166de9011f06e3228fc80fcf3223785eead1d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fe9419069cf5b676300b0977ad4de208346eb307fbfac516ff45a945c7dfe74d84dc9b73c2eee4b40552eab47aa94e860d4dfc1b5c23ed8826a3354d68679fc5
|
7
|
+
data.tar.gz: 197405a50a016916cd90af75809a0b004f77304b28d5ce199d5d357565fc25407048ab916883b8b7940d976d32a1773c43934da15915e23b619ab73dd42c1e90
|
data/_sass/centos/_main.scss
CHANGED
@@ -100,7 +100,14 @@
|
|
100
100
|
text-align: right;
|
101
101
|
}
|
102
102
|
}
|
103
|
-
&
|
103
|
+
&__welcome {
|
104
|
+
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1),
|
105
|
+
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) > font:nth-child(1) {
|
106
|
+
display: none;
|
107
|
+
}
|
108
|
+
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td > p {
|
109
|
+
line-height: $line-height-base;
|
110
|
+
}
|
104
111
|
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1),
|
105
112
|
&> address:nth-child(8) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td,
|
106
113
|
&> address:nth-child(5) > p:nth-child(7) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td,
|
@@ -137,7 +144,7 @@
|
|
137
144
|
@extend .text-white, .bg-dark;
|
138
145
|
}
|
139
146
|
}
|
140
|
-
&__listinfo, &__archtoc, &__archtocnombox, &__article, &__emptyarchive, &__options, &__roster, &__subscribe, &__private, &__admlogin {
|
147
|
+
&__welcome, &__listinfo, &__archtoc, &__archtocnombox, &__article, &__emptyarchive, &__options, &__roster, &__subscribe, &__private, &__admlogin {
|
141
148
|
img {
|
142
149
|
width: auto;
|
143
150
|
}
|
data/_sass/centos/centos.scss
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* jekyll-theme-centos v0.6.
|
2
|
+
* jekyll-theme-centos v0.6.22 (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
|
*/
|