jekyll-theme-centos 0.6.16 → 0.6.17
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 +16 -0
- data/_sass/centos/centos.scss +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a02f68e489af44b9cabfa3693ec5c69088840f623c898f9c119281e883231c71
|
4
|
+
data.tar.gz: e57bd86b549016118c22110e219acb420c05f04bcfa54fb7b7365c31262eea4e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 152bbeec50c7a9b6ea4b93f1a6c28d3b73808cf550fb54f911dd16f0869715c7e2825fb93fc5344d0646bf8e984e38ed96d65cbefef3fe764627b1c54bd819e1
|
7
|
+
data.tar.gz: 060cb61db397141a396afae8286c621f3ddb8d52bcb460994450d3ec6b702751ca54a0eddf912ff8e63ed13800bff7e4507bf977ea2147bfb654cbab037d0fd2
|
data/_sass/centos/_main.scss
CHANGED
@@ -73,8 +73,24 @@
|
|
73
73
|
}
|
74
74
|
|
75
75
|
&__mailman {
|
76
|
+
&__admlogin {
|
77
|
+
&> address:nth-child(4) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) {
|
78
|
+
background-color: $white;
|
79
|
+
border: none;
|
80
|
+
}
|
81
|
+
}
|
82
|
+
&__article {
|
83
|
+
padding: 0;
|
84
|
+
overflow: hidden;
|
85
|
+
max-height: none;
|
86
|
+
border: none;
|
87
|
+
background: $white;
|
88
|
+
font-size: 1rem;
|
89
|
+
white-space: pre-wrap;
|
90
|
+
}
|
76
91
|
&__listinfo {
|
77
92
|
&> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1),
|
93
|
+
&> address:nth-child(8) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td,
|
78
94
|
&> table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td {
|
79
95
|
background-color: $white;
|
80
96
|
border: none;
|
data/_sass/centos/centos.scss
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* jekyll-theme-centos v0.6.
|
2
|
+
* jekyll-theme-centos v0.6.17 (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
|
*/
|
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.6.
|
4
|
+
version: 0.6.17
|
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-05-
|
11
|
+
date: 2021-05-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|