featherweight 0.7.12 → 0.7.13
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 +4 -4
- data/_includes/post.css +18 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 87f7d2611bd17d420e2af6d1bbe57ccbbe61825c2a911eba161bbe739614084d
|
|
4
|
+
data.tar.gz: b9a1094abaa0e1ebf07b5c3798cf4aeeea760d6066b371dca8cdb7efa2cd1b36
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 409a3ed51fe0f933ec2d4cadc1f1b9bb2f063f4ad92b8d7ab1988aa6deab4219abaff5a2da850931f883871ee7e6a42132922c400f0072701e59a736f6d645ca
|
|
7
|
+
data.tar.gz: 108cbd96af24ebb07b83c10877b13265f87ac0ef3fad4aa7b8b7427cec25b6899d0007e87abf92206215eb26483d20fc55018254f56493944264bcbb6c4b9247
|
data/_includes/post.css
ADDED
|
@@ -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.
|
|
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
|