jekyll-theme-centos 0.6.22 → 0.6.23
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 +18 -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: bbf389dc1367a9f157cd841277b8bf484dc95ed1be9c03a9138d7097702516e1
|
|
4
|
+
data.tar.gz: e27e0d2b83248ff255de3877ac635c2a3020b6c0e2e97dbe5f81f46bf83da496
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1ed33d8345322a3dfd3f4de886c76a5426863bda084f59d3657515ff82b4a74071671a121765ff6a3372c6d581984a09b1de6661d84bd01a23e3ae830478a516
|
|
7
|
+
data.tar.gz: 2b74bb5d2c6f48d32aa12a2549c3f355fb4ca2ef7ba9abde062807da9f844db881563463cd2fdf0bd6b028a7c89b5a4885e514fa8277562958266cde12ef8d96
|
data/_sass/centos/_main.scss
CHANGED
|
@@ -109,7 +109,6 @@
|
|
|
109
109
|
line-height: $line-height-base;
|
|
110
110
|
}
|
|
111
111
|
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1),
|
|
112
|
-
&> address:nth-child(8) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td,
|
|
113
112
|
&> address:nth-child(5) > p:nth-child(7) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td,
|
|
114
113
|
&> table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td {
|
|
115
114
|
background-color: $white;
|
|
@@ -144,6 +143,24 @@
|
|
|
144
143
|
@extend .text-white, .bg-dark;
|
|
145
144
|
}
|
|
146
145
|
}
|
|
146
|
+
&__listinfo {
|
|
147
|
+
&> address:nth-child(8) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td {
|
|
148
|
+
background-color: $white;
|
|
149
|
+
border: none;
|
|
150
|
+
padding: 0;
|
|
151
|
+
vertical-align: middle;
|
|
152
|
+
text-align: left;
|
|
153
|
+
}
|
|
154
|
+
&> address:nth-child(8) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) {
|
|
155
|
+
text-align: left;
|
|
156
|
+
}
|
|
157
|
+
&> address:nth-child(8) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) {
|
|
158
|
+
text-align: center;
|
|
159
|
+
}
|
|
160
|
+
&> address:nth-child(8) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(3) {
|
|
161
|
+
text-align: right;
|
|
162
|
+
}
|
|
163
|
+
}
|
|
147
164
|
&__welcome, &__listinfo, &__archtoc, &__archtocnombox, &__article, &__emptyarchive, &__options, &__roster, &__subscribe, &__private, &__admlogin {
|
|
148
165
|
img {
|
|
149
166
|
width: auto;
|
data/_sass/centos/centos.scss
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* jekyll-theme-centos v0.6.
|
|
2
|
+
* jekyll-theme-centos v0.6.23 (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
|
*/
|