jekyll-theme-centos 0.6.23 → 0.6.24

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: bbf389dc1367a9f157cd841277b8bf484dc95ed1be9c03a9138d7097702516e1
4
- data.tar.gz: e27e0d2b83248ff255de3877ac635c2a3020b6c0e2e97dbe5f81f46bf83da496
3
+ metadata.gz: 20add9ff2eedd50b08a19042c9580989ca21e16abd82577d5106a20f766aecdb
4
+ data.tar.gz: 13b22cd15a6215befd8da5fc8175990faccd38ba4b44fb2e7896b2a5ebcca8d6
5
5
  SHA512:
6
- metadata.gz: 1ed33d8345322a3dfd3f4de886c76a5426863bda084f59d3657515ff82b4a74071671a121765ff6a3372c6d581984a09b1de6661d84bd01a23e3ae830478a516
7
- data.tar.gz: 2b74bb5d2c6f48d32aa12a2549c3f355fb4ca2ef7ba9abde062807da9f844db881563463cd2fdf0bd6b028a7c89b5a4885e514fa8277562958266cde12ef8d96
6
+ metadata.gz: da3dbe769067be7b2873d4067992d23d64e5824db6989529263d7cf3ebd1d09e607de100a78a6f0069f3fbb82657d4ed1c7a981dfe9f777e2fdee3d07b93aa9f
7
+ data.tar.gz: 24112e3aa77983cd71645d620adadad5f60d306e6a206e425d0088b5d6710602dd337186daef63c324491912bf4afa37eee1fb1c47cf1bfcca254b86770cfc33
@@ -101,6 +101,9 @@
101
101
  }
102
102
  }
103
103
  &__welcome {
104
+ &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) > td {
105
+ border: none;
106
+ }
104
107
  &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1),
105
108
  &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) > font:nth-child(1) {
106
109
  display: none;
@@ -136,7 +139,8 @@
136
139
  &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td {
137
140
  border: none;
138
141
  }
139
- &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) {
142
+ &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3),
143
+ &> hr:nth-child(2) {
140
144
  display: none;
141
145
  }
142
146
  &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) {
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jekyll-theme-centos v0.6.23 (https://gitlab.com/areguera/jekyll-theme-centos/)
2
+ * jekyll-theme-centos v0.6.24 (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.23
4
+ version: 0.6.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alain Reguera Delgado