jekyll-theme-centos 0.6.14 → 0.6.15

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: 8868454434356998d279e5fc880ac808d4e127b3519e4a32cdfe34b941b8e332
4
- data.tar.gz: e86ef3e1f51aae81445610d25d2e85cb8422d5783a01b61f84d94599a75a4f01
3
+ metadata.gz: 238f03f26763e021e0fa1d3427ab8e337efd525c6914d2146f13981af648df6e
4
+ data.tar.gz: f0a76008487b1a1c47740e1d4685e5842620b2d350d5b1311d3c39ef2827c7e0
5
5
  SHA512:
6
- metadata.gz: 44943eab3defb3b9d53afb2609901240c91d4a2d89969ec60ea13492569fdbdc91a760ec6782214f740b8ca7d866ad0210052aa8441c744cc4a370b12c357ccf
7
- data.tar.gz: b4529514c33736687c1b31e7d8f4096e958d7f142938940640864c8362d3c86682ac1592ae935ec4ffb4adaf98171fe162910ad27a84ac2df53105700e180555
6
+ metadata.gz: 6d71f13baf88575893e024b647842885745699f5f5659c489d0b95974ded711ce4a319fe70bfc7517e0d0fafb075ce80b2079f8178293bcc5d863ac1a878bd35
7
+ data.tar.gz: 54cd892ff43482103f0ed6cdacb97210c1f1e5dfb0031ce5c0f093ce851c5dc946283f7298c48100ae124ba87348900e78a9279ca6c4412c16cbb468c1c2328d
@@ -78,6 +78,14 @@
78
78
  &> table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td {
79
79
  background-color: $white;
80
80
  border: none;
81
+ padding: 0;
82
+ }
83
+ &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) {
84
+ padding: 0;
85
+ }
86
+ &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) > td:nth-child(1) > strong:nth-child(1) > font:nth-child(1),
87
+ &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) > td:nth-child(2) > strong:nth-child(1) > font:nth-child(1) {
88
+ font-size: 1rem;
81
89
  }
82
90
  &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) > font:nth-child(1) {
83
91
  @extend .h3;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jekyll-theme-centos v0.6.14 (https://gitlab.com/areguera/jekyll-theme-centos/)
2
+ * jekyll-theme-centos v0.6.15 (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.14
4
+ version: 0.6.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alain Reguera Delgado