featherweight 0.7.11 → 0.7.13

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: e68f7c99de85202fe0ce1f471fa2143ac021e2d24d6aff79180fe64debd80016
4
- data.tar.gz: d304da47c5c9a1281966869920a536c20c0b66e932fa410ea56b897ea3469c90
3
+ metadata.gz: 87f7d2611bd17d420e2af6d1bbe57ccbbe61825c2a911eba161bbe739614084d
4
+ data.tar.gz: b9a1094abaa0e1ebf07b5c3798cf4aeeea760d6066b371dca8cdb7efa2cd1b36
5
5
  SHA512:
6
- metadata.gz: 2e7c2b113b12aed01417b498b2b80316c7692f91eadf0d7a75a0dc516b43cf1fd2178fb6ee0c1968b153f191e07470a304c2121e019aac25d39a01a61b48c840
7
- data.tar.gz: 5d20045b9532c6f840d6f9afe1b37a70220d0e8c64f900b1d8424284b05f34b14d5cfa2553e449b8df602857fe8466c05c9b221301d592f905c29145414ce331
6
+ metadata.gz: 409a3ed51fe0f933ec2d4cadc1f1b9bb2f063f4ad92b8d7ab1988aa6deab4219abaff5a2da850931f883871ee7e6a42132922c400f0072701e59a736f6d645ca
7
+ data.tar.gz: 108cbd96af24ebb07b83c10877b13265f87ac0ef3fad4aa7b8b7427cec25b6899d0007e87abf92206215eb26483d20fc55018254f56493944264bcbb6c4b9247
data/_includes/main.css CHANGED
@@ -21,21 +21,3 @@ code {
21
21
  white-space: pre-line
22
22
  }
23
23
 
24
- table th,
25
- table td {
26
- border: 1px solid #d0d7de
27
- }
28
-
29
- table tr {
30
- padding: 6px 13px;
31
- border-top: 1px solid hsla(210, 18%, 87%, 1)
32
- }
33
-
34
- table tr:nth-child(2n) {
35
- background-color: #f6f8fa
36
- }
37
-
38
- table {
39
- border-spacing: 0;
40
- border-collapse: collapse
41
- }
@@ -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
+ }
data/_layouts/post.html CHANGED
@@ -1,6 +1,10 @@
1
1
  ---
2
2
  layout: default
3
3
  ---
4
+ {% if site.compression.css %}
5
+ <style>{% include post.css %}</style>
6
+ {% endif %}
7
+
4
8
  {% if site.compression.home-link %}
5
9
  <a style="position:absolute;top:0;left:0;margin:1em;color:inherit;font-size:1em;" href="{{ site.url }}">{% if site.home-link-text %}{{ site.home-link-text }}{% else %}Return Home{% endif %}</a>
6
10
  {% endif %}
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.11
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