doccoli-jekyll 1.2.3 → 1.2.4
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/_sass/scss/_reusable.scss +3 -3
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7fec6fb1d6d9a42b4758630b043ccd74ed993e3fe92dd49ac542c8d21cd01ada
|
|
4
|
+
data.tar.gz: 07fffcec174b125f884611e93d145cdc75b7289a3821e6629680e75f4fc2204f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0c2707513cb6a088c6228c8bb113f72e85d1294b1c628e521cfbdbcb3e609c4c3ac675049af3103e02017917e5002d5524430349a873b23bcbb89ed0fdedf179
|
|
7
|
+
data.tar.gz: 6b06b02a2a53262ac0368a20151ab0adb7709bfae36d416aa55a2eed88c6408f70c2e2fbd0adff7cc5e3877742d50bfaeb1f1eeccc8deab875944cb87226a112
|
data/_sass/scss/_reusable.scss
CHANGED
|
@@ -104,7 +104,7 @@ hr {
|
|
|
104
104
|
}
|
|
105
105
|
|
|
106
106
|
p {
|
|
107
|
-
margin: 0 0
|
|
107
|
+
margin: 0 0 1em 0;
|
|
108
108
|
}
|
|
109
109
|
|
|
110
110
|
menu {
|
|
@@ -150,12 +150,12 @@ blockquote {
|
|
|
150
150
|
color: #333;
|
|
151
151
|
border-left: 10px solid #1177FF;
|
|
152
152
|
letter-spacing: -1px;
|
|
153
|
-
padding:
|
|
153
|
+
padding: 1em;
|
|
154
154
|
margin: 2em auto;
|
|
155
155
|
font-style: italic;
|
|
156
156
|
background: #fffafa;
|
|
157
157
|
> :last-child {
|
|
158
|
-
margin-bottom: 0.
|
|
158
|
+
margin-bottom: 0.5em;
|
|
159
159
|
}
|
|
160
160
|
}
|
|
161
161
|
|