jekyll-theme-centos 0.6.20 → 0.6.21

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: 3d9d00e8a158df39400ac6f792c187a724f74b4648f7b214a9ba9a75a94748dd
4
- data.tar.gz: 8a6000c121a8e41adb4029b4d6f81ac94d54a593c10a4d198f9b51f340eb7666
3
+ metadata.gz: 4c51f7cf15fc8d355e99207e9f61c22e735eaf054862281f1c41104469304059
4
+ data.tar.gz: e5e689dda8ea691b3659190faf1343344aabeaad3502e51530a3d54a78e26e88
5
5
  SHA512:
6
- metadata.gz: 3cb831a2fffd7b8feefc303728683559c41c9443db9656663057a3aaf148bd9c2482bd43c79febb86de223f9d573de18350733af6e0f030b2c56c22461518cdb
7
- data.tar.gz: ad1ea45946929d5ec2927ef2735111f7cf827c22c86e7e5ef8d67a2117aef68c9a81c7db89b44ed4b6dbfffd2e3fc2d98ff4fab51cc9e62916919569c1110049
6
+ metadata.gz: e06e7584bdcd8b57e0d92537997ac51b66cd953dfa2855b2f8c95a48dba75e1410cdecff8acc34d09b63131a8123cde62598a1830b2ad6d1a0fdd49a141ee70d
7
+ data.tar.gz: cd7f7554998fe737b9babbffac35849c5fd7995f1d2d462c1ce63f791f38e5b6717a2aadaf1768c9cf0d34f322d1d45e224d81985e1af7adc619323cbbc14f44
@@ -87,18 +87,35 @@
87
87
 
88
88
  &__mailman {
89
89
  &__admlogin {
90
- &> address:nth-child(4) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) {
90
+ &> address:nth-child(4) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td {
91
91
  background-color: $white;
92
92
  border: none;
93
+ padding: 0;
94
+ vertical-align: middle;
95
+ }
96
+ &> address:nth-child(4) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) {
97
+ text-align: center;
98
+ }
99
+ &> address:nth-child(4) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(3) {
100
+ text-align: right;
93
101
  }
94
102
  }
95
103
  &__listinfo {
96
104
  &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1),
97
105
  &> address:nth-child(8) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td,
106
+ &> address:nth-child(5) > p:nth-child(7) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td,
98
107
  &> table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td {
99
108
  background-color: $white;
100
109
  border: none;
101
110
  padding: 0;
111
+ vertical-align: middle;
112
+ text-align: left;
113
+ }
114
+ &> table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) {
115
+ text-align: center;
116
+ }
117
+ &> table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(3) {
118
+ text-align: right;
102
119
  }
103
120
  &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) {
104
121
  padding: 0;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jekyll-theme-centos v0.6.20 (https://gitlab.com/areguera/jekyll-theme-centos/)
2
+ * jekyll-theme-centos v0.6.21 (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.20
4
+ version: 0.6.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alain Reguera Delgado