featherweight 0.7.12 → 0.7.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/post.css +18 -0
  3. metadata +2 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5496af1e472ecadc4e67833141c7e589b7cb8f4338ce765fe9474bb831089d47
4
- data.tar.gz: 22d993d79081424f1a154af9a314908ab80f69056be1f2454fe6230111c4b3b4
3
+ metadata.gz: 87f7d2611bd17d420e2af6d1bbe57ccbbe61825c2a911eba161bbe739614084d
4
+ data.tar.gz: b9a1094abaa0e1ebf07b5c3798cf4aeeea760d6066b371dca8cdb7efa2cd1b36
5
5
  SHA512:
6
- metadata.gz: 72ee1b7e3909d5f30629377354be571c98d886da93f51560e4269a4338e2b19572df8700777593dde54279cdeb99e65084e50370b7e5e7684e3d926737195095
7
- data.tar.gz: 7c0f7f0a2f37d721f3b175b74d4ac38be489c632f7db35763c73008a8c230c06f0f2d72e06abb549bb6f27325c73270e4dcf423c199d15b828f9275b555694bf
6
+ metadata.gz: 409a3ed51fe0f933ec2d4cadc1f1b9bb2f063f4ad92b8d7ab1988aa6deab4219abaff5a2da850931f883871ee7e6a42132922c400f0072701e59a736f6d645ca
7
+ data.tar.gz: 108cbd96af24ebb07b83c10877b13265f87ac0ef3fad4aa7b8b7427cec25b6899d0007e87abf92206215eb26483d20fc55018254f56493944264bcbb6c4b9247
@@ -0,0 +1,18 @@
1
+ table th,
2
+ table td {
3
+ padding: 6px 13px;
4
+ border: 1px solid #d0d7de
5
+ }
6
+
7
+ table tr {
8
+ border-top: 1px solid hsla(210, 18%, 87%, 1)
9
+ }
10
+
11
+ table tr:nth-child(2n) {
12
+ background-color: #f6f8fa
13
+ }
14
+
15
+ table {
16
+ border-spacing: 0;
17
+ border-collapse: collapse
18
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: featherweight
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.12
4
+ version: 0.7.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zachary Smith
@@ -154,6 +154,7 @@ files:
154
154
  - _includes/contact.md
155
155
  - _includes/header.html
156
156
  - _includes/main.css
157
+ - _includes/post.css
157
158
  - _includes/reading-time.html
158
159
  - _includes/seo.html
159
160
  - _layouts/compress.html