softcover 1.3.4 → 1.4.0
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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e751958996f65e458ee0ca99fe3a53479096adcd
|
|
4
|
+
data.tar.gz: 88928c2798ef5403783bafa4bd1ed29b702bfdfe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5dd906d775bd239d0dec8497dcee9407ea4ffb11ef800f899facfa748fbbcf64e50bcdf962d77f9ea7c5981e335fb80fc43dce2fe5e55b8ed004fb8d32262b7a
|
|
7
|
+
data.tar.gz: dde0008964997b40a6dbcda77c7f2fbd08a01b0688b4578141eeb5ebaa229dfe811073c47b4dda890f4225e7bab9ea9e8ae1f4e6ee8691f277499e4cfb6f7097
|
|
@@ -34,6 +34,8 @@ code {
|
|
|
34
34
|
|
|
35
35
|
.code {
|
|
36
36
|
font-size: 90%;
|
|
37
|
+
margin-top: 0.75em;
|
|
38
|
+
margin-bottom: 0.75em;
|
|
37
39
|
}
|
|
38
40
|
|
|
39
41
|
.aside {
|
|
@@ -55,6 +57,10 @@ p.noindent {
|
|
|
55
57
|
text-indent: 0;
|
|
56
58
|
}
|
|
57
59
|
|
|
60
|
+
.inline_math {
|
|
61
|
+
text-indent: 0;
|
|
62
|
+
}
|
|
63
|
+
|
|
58
64
|
/* Needed for properly formatted blockquotes in Kindle for iPad */
|
|
59
65
|
p.quote {
|
|
60
66
|
margin-left: 1em;
|
|
@@ -72,4 +78,4 @@ p.quote {
|
|
|
72
78
|
|
|
73
79
|
.aside {
|
|
74
80
|
margin: 15px 0;
|
|
75
|
-
}
|
|
81
|
+
}
|
|
@@ -34,6 +34,8 @@ code {
|
|
|
34
34
|
|
|
35
35
|
.code {
|
|
36
36
|
font-size: 90%;
|
|
37
|
+
margin-top: 0.75em;
|
|
38
|
+
margin-bottom: 0.75em;
|
|
37
39
|
}
|
|
38
40
|
|
|
39
41
|
.aside {
|
|
@@ -55,6 +57,10 @@ p.noindent {
|
|
|
55
57
|
text-indent: 0;
|
|
56
58
|
}
|
|
57
59
|
|
|
60
|
+
.inline_math {
|
|
61
|
+
text-indent: 0;
|
|
62
|
+
}
|
|
63
|
+
|
|
58
64
|
/* Needed for properly formatted blockquotes in Kindle for iPad */
|
|
59
65
|
p.quote {
|
|
60
66
|
margin-left: 1em;
|
|
@@ -72,4 +78,4 @@ p.quote {
|
|
|
72
78
|
|
|
73
79
|
.aside {
|
|
74
80
|
margin: 15px 0;
|
|
75
|
-
}
|
|
81
|
+
}
|
data/lib/softcover/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: softcover
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Hartl
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2017-04-
|
|
12
|
+
date: 2017-04-04 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: polytexnic
|