jekyll-theme-centos 0.8.7 → 0.8.8

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: b184719b78f14e90c8c3a0d6da4959e6c6769e2f28bcc13666ba9e0b0ca2a4a7
4
- data.tar.gz: fffd6ce6cbeecfec501fe7d14fa988621df234c77456a56615b3ed7c5a0aacbb
3
+ metadata.gz: 707c62d898196546860b7265eadc5243501328891107430c1c0a5a59b5ea044b
4
+ data.tar.gz: 42ef58a424d6d51be1fab78601775dcbd8a788868e4eb965ae74a71707762d99
5
5
  SHA512:
6
- metadata.gz: c523f18e51f015512be74737f56993d3cfda3cd38b51b648aefe42b8fecbd5889dcdf7585de7cc233c43b50743e68523b2618978909e8791150254a20fd642b7
7
- data.tar.gz: 30495d21ad5b4cefad4690ab68d345c20aa57f7ec9e8e9c33364d7f5c201cff52929feed4cbf9ccee258b16f821e4aba01de1a125b57be719137f0fc2137c1c3
6
+ metadata.gz: 5d246eca80bcc8c5a63f38c6778b18750145917d4b9e7b444b9c476359ea9076b44a51c593a00a33c0b04b654a964c1f968973f45a20fe0f49dba61d000b5018
7
+ data.tar.gz: 8178836b4ff1e9dbe1f55b76a7feeb94b80e3494de0c5b9af5ed93230d84ff404f6e144b613fc4dc474bdc67c2d3121e632a065bf3a3dc66701f6f3cd061c1ff
@@ -40,7 +40,7 @@
40
40
  }
41
41
  }
42
42
  &__welcome {
43
- &> table:nth-child(1) > tbody > tr > td,
43
+ &> table:nth-child(1) > tbody > tr:nth-child(1) > td,
44
44
  &> form > table > tbody > tr > td > center > table > tbody > tr > td,
45
45
  &> form > table > tbody > tr > td {
46
46
  background-color: white;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jekyll-theme-centos v0.8.7 (https://gitlab.com/areguera/jekyll-theme-centos/)
2
+ * jekyll-theme-centos v0.8.8 (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.8.7
4
+ version: 0.8.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alain Reguera Delgado