jekyll-theme-centos 0.8.5 → 0.8.6

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: 8da0ca6ac8a0e471e3037273e1746747e9e8d0113fb55b3977ca42c5357c7302
4
- data.tar.gz: a2d8dc8e83fbc5d18cfcf7e368050d7a0a8f87054a04eb2ee99419c254c6c930
3
+ metadata.gz: 2eae5f3c1059a5f4e8f244e51777cdbe430808b3fdb8176c109ab8f5dd1e6961
4
+ data.tar.gz: b32daad96ef34d04d0192224e2b2350fca32d4e46f368605c4cb4b2ac682dc64
5
5
  SHA512:
6
- metadata.gz: 603567c0b647310d137c0544b4d2d39e0cb361f6b34e07c13b148dc283a3c8792376a990d16e118ccd74357fa4a895e317251d619f2ca245d4712a2a70169d2c
7
- data.tar.gz: fae1f60d65882351c2f861e06df101adf30d4e0a1a285c206f8acd6a7475f075c6115004ee6a8502931c37dddc3b536973b11dabf52b3409f8a8568913d59064
6
+ metadata.gz: 825fc3c21805cd817467a2e0386e01a796b95da903a9a05506afa9ecfcc27635d6cf15b556f1d743163359651bf751a5f568845833ae10826ab3adcd77b5cd8e
7
+ data.tar.gz: 48b85dc9f5a071422ddcc11b84a9270958bcaf8d5e0396bf5eccc49c5d17666d0984c1b550b04a8455147ab3e4d78400b73ed539b35a5961066f482249bced24
@@ -128,6 +128,22 @@
128
128
  text-align: right;
129
129
  }
130
130
  }
131
+ &__subscribe {
132
+ &> address > table > tbody > tr > td {
133
+ background-color: $white;
134
+ border: none;
135
+ padding: 0;
136
+ }
137
+ &> address > table > tbody > tr > td:nth-child(1) {
138
+ text-align: left;
139
+ }
140
+ &> address > table > tbody > tr > td:nth-child(2) {
141
+ text-align: center;
142
+ }
143
+ &> address > table > tbody > tr > td:nth-child(3) {
144
+ text-align: right;
145
+ }
146
+ }
131
147
  &__welcome, &__listinfo, &__archtoc, &__archtocnombox, &__article, &__emptyarchive, &__options, &__roster, &__subscribe, &__private, &__admlogin {
132
148
  }
133
149
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jekyll-theme-centos v0.8.5 (https://gitlab.com/areguera/jekyll-theme-centos/)
2
+ * jekyll-theme-centos v0.8.6 (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.5
4
+ version: 0.8.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alain Reguera Delgado