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

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: 903870034a457a2cd66d95230de8a26af2c61c7db563b84294eff93f5ff018b9
4
+ data.tar.gz: 8a7c56828e1876226967867915b8ae57e71f6891a3e6e9681e56713283a1319b
5
5
  SHA512:
6
- metadata.gz: cf9cb06dbf53c70af69a1af2b66d3fbede9055221fc1e55455c4d343642a71399061cb1c1532c03e0fef857d5d4a7cc423025a9436ae593ed14a7a7b4331d8fd
7
- data.tar.gz: 12ac0d454744c336e2bad047ed70dea80bd5a08e3e42a4ef0c00d6237c2183a777dc7bb476af6bc902181d2bc80db48cc16a34835880552569c743979e4c89a2
6
+ metadata.gz: 5ad7058fdf8a3599482189f997f052f567ffc60c60ddeb97103dc2a8f02c8444c9192590956c1b743a783eb5f2272458a97126e6af06a0dbb4e9162a6c9286f8
7
+ data.tar.gz: cadb895bcf2c7186ad868a4dd9ec5b083a3641927cd3ebeec80f839fae87cd3ab76b7adbbc97f59a953aafb2dc2d9e76b1c580872f14d0331c6cdf1991de74e0
@@ -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,10 @@
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
+ }
@@ -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,16 @@
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
+ }
@@ -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
+
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.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Release
@@ -220,7 +220,11 @@ 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
224
228
  - _sass/fontawesome-free/_animated.scss
225
229
  - _sass/fontawesome-free/_bordered-pulled.scss
226
230
  - _sass/fontawesome-free/_core.scss
@@ -244,7 +248,11 @@ files:
244
248
  - _sass/overpass-mono/_overpass-mono.scss
245
249
  - assets/css/dataTables.bootstrap5.css
246
250
  - assets/css/dataTables.bootstrap5.min.css
251
+ - assets/css/sites/lists/archidxhead.min.scss
252
+ - assets/css/sites/lists/article.min.scss
253
+ - assets/css/sites/lists/listinfo.min.scss
247
254
  - assets/css/sites/lists/mmcfg.min.scss
255
+ - assets/css/sites/lists/options.min.scss
248
256
  - assets/css/stylesheet.min.scss
249
257
  - assets/img/anaconda-symbolic.svg
250
258
  - assets/img/anaconda.svg