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

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: 8fc00ba9a7cb210a9be7ebb271d9effdd0578dd0a92bd8e30d1db447cbb02a91
4
- data.tar.gz: 9ba17fc541ddbcac39c6bd285b80dba566098f31686c7220f9220472f303b855
3
+ metadata.gz: e55852b89059d022f98acdfb242fa803e83e40c6017ca6dd573ead0134c259b8
4
+ data.tar.gz: 453951b21473dd5d051feab925b15c0624bb7268e65f37129fbcb64c758b0007
5
5
  SHA512:
6
- metadata.gz: cf9cb06dbf53c70af69a1af2b66d3fbede9055221fc1e55455c4d343642a71399061cb1c1532c03e0fef857d5d4a7cc423025a9436ae593ed14a7a7b4331d8fd
7
- data.tar.gz: 12ac0d454744c336e2bad047ed70dea80bd5a08e3e42a4ef0c00d6237c2183a777dc7bb476af6bc902181d2bc80db48cc16a34835880552569c743979e4c89a2
6
+ metadata.gz: f63dbfa30652f7d865179b0cb06dd567758aa18f7b19766c8769dfa64beaeb33c4cd51550d6bace244625e468b5f7c9cc0a9d0fe0605a45bc266b9ca8dcca2e5
7
+ data.tar.gz: cd9a38563cb075dc84d33504a139d0afc5e1e0ccb5e2c8bd831ffb9f9ecc4f9d5a82dd2fe01ec9e59b0dbe0ee307a8f1256617e308081eb05757510594b677f4
@@ -0,0 +1,8 @@
1
+ // CSS correction for custom HTML produced by ansible-role-mailman in
2
+ // archidxhead.html
3
+
4
+ ul > {
5
+ ul {
6
+ list-style-type: none;
7
+ }
8
+ }
@@ -0,0 +1,9 @@
1
+ // CSS correction for custom HTML produced by ansible-role-mailman in
2
+ // article.html
3
+
4
+ pre {
5
+ overflow: hidden;
6
+ max-height: none;
7
+ font-size: 1rem;
8
+ white-space: pre-wrap;
9
+ }
@@ -0,0 +1,16 @@
1
+ // CSS correction for custom HTML produced by ansible-role-mailman in
2
+ // listinfo.html
3
+
4
+ h2 {
5
+ margin-top: 1rem; padding-top: 1rem;
6
+
7
+ &:before {
8
+ display: none;
9
+ }
10
+ }
11
+
12
+ .row > {
13
+ hr {
14
+ margin-top: 3em;
15
+ }
16
+ }
@@ -3,7 +3,13 @@
3
3
  h2 {
4
4
  margin-top: 0; padding-top: 0.5rem;
5
5
 
6
- &:before { display: none }
6
+ &:before {
7
+ display: none;
8
+ }
7
9
  }
8
10
 
9
- .row > hr { margin-top: 3em }
11
+ .row > {
12
+ hr {
13
+ margin-top: 3em;
14
+ }
15
+ }
@@ -0,0 +1,22 @@
1
+ // CSS correction for custom HTML produced by ansible-role-mailman in
2
+ // options.html
3
+
4
+ h2, h4 {
5
+ margin-top: 1rem; padding-top: 1rem;
6
+ &:before {
7
+ display: none;
8
+ }
9
+ }
10
+
11
+ h3, h5 {
12
+ margin-top: 0; padding-top: 0;
13
+ &:before {
14
+ display: none;
15
+ }
16
+ }
17
+
18
+ .row > {
19
+ hr {
20
+ margin-top: 3em;
21
+ }
22
+ }
@@ -0,0 +1,8 @@
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
+ }
@@ -0,0 +1,8 @@
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
+ }
@@ -0,0 +1,8 @@
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
+ }
@@ -0,0 +1,4 @@
1
+ ---
2
+ ---
3
+
4
+ @import "centos/sites/lists/archidxhead.scss"
@@ -0,0 +1,5 @@
1
+ ---
2
+ ---
3
+
4
+ @import "centos/sites/lists/article.scss"
5
+
@@ -0,0 +1,4 @@
1
+ ---
2
+ ---
3
+
4
+ @import "centos/sites/lists/listinfo.scss"
@@ -0,0 +1,5 @@
1
+ ---
2
+ ---
3
+
4
+ @import "centos/sites/lists/options.scss"
5
+
@@ -0,0 +1,5 @@
1
+ ---
2
+ ---
3
+
4
+ @import "centos/sites/lists/private.scss"
5
+
@@ -0,0 +1,5 @@
1
+ ---
2
+ ---
3
+
4
+ @import "centos/sites/lists/roster.scss"
5
+
@@ -0,0 +1,5 @@
1
+ ---
2
+ ---
3
+
4
+ @import "centos/sites/lists/subscribe.scss"
5
+
metadata CHANGED
@@ -1,7 +1,7 @@
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.1
4
+ version: 2.3.0.beta.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Release
@@ -220,7 +220,14 @@ files:
220
220
  - _sass/centos/_links.scss
221
221
  - _sass/centos/_sponsors.scss
222
222
  - _sass/centos/_variables.scss
223
+ - _sass/centos/sites/lists/archidxhead.scss
224
+ - _sass/centos/sites/lists/article.scss
225
+ - _sass/centos/sites/lists/listinfo.scss
223
226
  - _sass/centos/sites/lists/mmcfg.scss
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
224
231
  - _sass/fontawesome-free/_animated.scss
225
232
  - _sass/fontawesome-free/_bordered-pulled.scss
226
233
  - _sass/fontawesome-free/_core.scss
@@ -244,7 +251,14 @@ files:
244
251
  - _sass/overpass-mono/_overpass-mono.scss
245
252
  - assets/css/dataTables.bootstrap5.css
246
253
  - assets/css/dataTables.bootstrap5.min.css
254
+ - assets/css/sites/lists/archidxhead.min.scss
255
+ - assets/css/sites/lists/article.min.scss
256
+ - assets/css/sites/lists/listinfo.min.scss
247
257
  - assets/css/sites/lists/mmcfg.min.scss
258
+ - 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
248
262
  - assets/css/stylesheet.min.scss
249
263
  - assets/img/anaconda-symbolic.svg
250
264
  - assets/img/anaconda.svg