jekyll-theme-centos 0.8.6 → 0.8.7

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: 2eae5f3c1059a5f4e8f244e51777cdbe430808b3fdb8176c109ab8f5dd1e6961
4
- data.tar.gz: b32daad96ef34d04d0192224e2b2350fca32d4e46f368605c4cb4b2ac682dc64
3
+ metadata.gz: b184719b78f14e90c8c3a0d6da4959e6c6769e2f28bcc13666ba9e0b0ca2a4a7
4
+ data.tar.gz: fffd6ce6cbeecfec501fe7d14fa988621df234c77456a56615b3ed7c5a0aacbb
5
5
  SHA512:
6
- metadata.gz: 825fc3c21805cd817467a2e0386e01a796b95da903a9a05506afa9ecfcc27635d6cf15b556f1d743163359651bf751a5f568845833ae10826ab3adcd77b5cd8e
7
- data.tar.gz: 48b85dc9f5a071422ddcc11b84a9270958bcaf8d5e0396bf5eccc49c5d17666d0984c1b550b04a8455147ab3e4d78400b73ed539b35a5961066f482249bced24
6
+ metadata.gz: c523f18e51f015512be74737f56993d3cfda3cd38b51b648aefe42b8fecbd5889dcdf7585de7cc233c43b50743e68523b2618978909e8791150254a20fd642b7
7
+ data.tar.gz: 30495d21ad5b4cefad4690ab68d345c20aa57f7ec9e8e9c33364d7f5c201cff52929feed4cbf9ccee258b16f821e4aba01de1a125b57be719137f0fc2137c1c3
@@ -40,6 +40,7 @@
40
40
  }
41
41
  }
42
42
  &__welcome {
43
+ &> table:nth-child(1) > tbody > tr > td,
43
44
  &> form > table > tbody > tr > td > center > table > tbody > tr > td,
44
45
  &> form > table > tbody > tr > td {
45
46
  background-color: white;
@@ -48,7 +49,6 @@
48
49
  &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) > td {
49
50
  border: none;
50
51
  }
51
- &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1),
52
52
  &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) > font:nth-child(1) {
53
53
  display: none;
54
54
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jekyll-theme-centos v0.8.6 (https://gitlab.com/areguera/jekyll-theme-centos/)
2
+ * jekyll-theme-centos v0.8.7 (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.6
4
+ version: 0.8.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alain Reguera Delgado