jekyll-theme-centos 2.3.0.beta.2 → 2.3.0.beta.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e55852b89059d022f98acdfb242fa803e83e40c6017ca6dd573ead0134c259b8
4
- data.tar.gz: 453951b21473dd5d051feab925b15c0624bb7268e65f37129fbcb64c758b0007
3
+ metadata.gz: 6154bcd7403b50ff4c4cad8ea0649b942a4583ec2feda053db6b09c8f89fc944
4
+ data.tar.gz: 0a7093b89685a2a148672fcb9fc82c56c5799b948dce78d450be95a3c1315573
5
5
  SHA512:
6
- metadata.gz: f63dbfa30652f7d865179b0cb06dd567758aa18f7b19766c8769dfa64beaeb33c4cd51550d6bace244625e468b5f7c9cc0a9d0fe0605a45bc266b9ca8dcca2e5
7
- data.tar.gz: cd9a38563cb075dc84d33504a139d0afc5e1e0ccb5e2c8bd831ffb9f9ecc4f9d5a82dd2fe01ec9e59b0dbe0ee307a8f1256617e308081eb05757510594b677f4
6
+ metadata.gz: fc8412529cecc98e74ea215ac5fac4563ecd4da5da5a3fef065520a5f3ed940b8e6313b04ad9a0dd91d9e736fdae7a0a936bbf4140b16f3bbb4b7d847e431687
7
+ data.tar.gz: e993521af98169279b0be2c04cbdf744f31825935e03fd80577d3f2c5752c07a667a70ec1ab1ce2bbf187912e9ade61ac4c17108c1ba44d629cbb064f43b5a76
@@ -8,9 +8,3 @@ h2 {
8
8
  display: none;
9
9
  }
10
10
  }
11
-
12
- .row > {
13
- hr {
14
- margin-top: 3em;
15
- }
16
- }
@@ -13,3 +13,26 @@ h2 {
13
13
  margin-top: 3em;
14
14
  }
15
15
  }
16
+
17
+ div.container:nth-child(2) {
18
+ > table:nth-child(2) {
19
+ > tbody:nth-child(1) {
20
+ > tr {
21
+ > td {
22
+ padding: 0.5rem;
23
+ }
24
+ }
25
+ > tr:nth-child(4) {
26
+ > td {
27
+ background-color: $dark;
28
+ > strong {
29
+ > font {
30
+ font-size: 1rem;
31
+ color: #fff;
32
+ }
33
+ }
34
+ }
35
+ }
36
+ }
37
+ }
38
+ }
@@ -14,9 +14,3 @@ h3, h5 {
14
14
  display: none;
15
15
  }
16
16
  }
17
-
18
- .row > {
19
- hr {
20
- margin-top: 3em;
21
- }
22
- }
@@ -1,4 +1,5 @@
1
1
  ---
2
2
  ---
3
3
 
4
+ @import "centos/variables";
4
5
  @import "centos/sites/lists/mmcfg"
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: 2.3.0.beta.2
4
+ version: 2.3.0.beta.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Release
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-21 00:00:00.000000000 Z
11
+ date: 2023-03-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -225,9 +225,6 @@ files:
225
225
  - _sass/centos/sites/lists/listinfo.scss
226
226
  - _sass/centos/sites/lists/mmcfg.scss
227
227
  - _sass/centos/sites/lists/options.scss
228
- - _sass/centos/sites/lists/private.scss
229
- - _sass/centos/sites/lists/roster.scss
230
- - _sass/centos/sites/lists/subscribe.scss
231
228
  - _sass/fontawesome-free/_animated.scss
232
229
  - _sass/fontawesome-free/_bordered-pulled.scss
233
230
  - _sass/fontawesome-free/_core.scss
@@ -256,9 +253,6 @@ files:
256
253
  - assets/css/sites/lists/listinfo.min.scss
257
254
  - assets/css/sites/lists/mmcfg.min.scss
258
255
  - assets/css/sites/lists/options.min.scss
259
- - assets/css/sites/lists/private.min.scss
260
- - assets/css/sites/lists/roster.min.scss
261
- - assets/css/sites/lists/subscribe.min.scss
262
256
  - assets/css/stylesheet.min.scss
263
257
  - assets/img/anaconda-symbolic.svg
264
258
  - assets/img/anaconda.svg
@@ -1,8 +0,0 @@
1
- // CSS correction for custom HTML produced by ansible-role-mailman in
2
- // private.html
3
-
4
- .row > {
5
- hr {
6
- margin-top: 3em;
7
- }
8
- }
@@ -1,8 +0,0 @@
1
- // CSS correction for custom HTML produced by ansible-role-mailman in
2
- // roster.html
3
-
4
- .row > {
5
- hr {
6
- margin-top: 3em;
7
- }
8
- }
@@ -1,8 +0,0 @@
1
- // CSS correction for custom HTML produced by ansible-role-mailman in
2
- // subscribe.html
3
-
4
- .row > {
5
- hr {
6
- margin-top: 3em;
7
- }
8
- }
@@ -1,5 +0,0 @@
1
- ---
2
- ---
3
-
4
- @import "centos/sites/lists/private.scss"
5
-
@@ -1,5 +0,0 @@
1
- ---
2
- ---
3
-
4
- @import "centos/sites/lists/roster.scss"
5
-
@@ -1,5 +0,0 @@
1
- ---
2
- ---
3
-
4
- @import "centos/sites/lists/subscribe.scss"
5
-