jekyll-theme-centos 0.6.13 → 0.6.14

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 134cd4db8b97b5e95fa0bcda8358b0c8c5690f26e8c24d04cdcb21439411fc5f
4
- data.tar.gz: a9f2948428b73419b56d1b49dba64b1e57ee3134dacfab45d9d7abae4461d21c
3
+ metadata.gz: 8868454434356998d279e5fc880ac808d4e127b3519e4a32cdfe34b941b8e332
4
+ data.tar.gz: e86ef3e1f51aae81445610d25d2e85cb8422d5783a01b61f84d94599a75a4f01
5
5
  SHA512:
6
- metadata.gz: 78fcadb72287005b9395ffbb9b6c19f068bfbef19da644df0975e149e1485546f780ed9d71d75f4520a421d877a199a642de18545d2d511d8e2bf9720817b391
7
- data.tar.gz: ec02d16777eb3233c919970440f59f1c9430840b1aeddaf690c6300e4ea8b219fdfd66874f13c0c2cdc60695a325d1564627df4cf5c5f4d01fc368c1fafb234f
6
+ metadata.gz: 44943eab3defb3b9d53afb2609901240c91d4a2d89969ec60ea13492569fdbdc91a760ec6782214f740b8ca7d866ad0210052aa8441c744cc4a370b12c357ccf
7
+ data.tar.gz: b4529514c33736687c1b31e7d8f4096e958d7f142938940640864c8362d3c86682ac1592ae935ec4ffb4adaf98171fe162910ad27a84ac2df53105700e180555
@@ -74,9 +74,8 @@
74
74
 
75
75
  &__mailman {
76
76
  &__listinfo {
77
- &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td
78
- &> table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td,
79
- &> address:nth-child(6) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td {
77
+ &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1),
78
+ &> table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td {
80
79
  background-color: $white;
81
80
  border: none;
82
81
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jekyll-theme-centos v0.6.13 (https://gitlab.com/areguera/jekyll-theme-centos/)
2
+ * jekyll-theme-centos v0.6.14 (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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-centos
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.13
4
+ version: 0.6.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alain Reguera Delgado