krad 3.7.4 → 3.7.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_sass/base/_typography.scss +3 -4
- data/_sass/components/_images.scss +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 606a7e96b716bf2531993e4d2a6543fede9d7d4e
|
4
|
+
data.tar.gz: cf5d0f065aab57dbe64a30a1da758c3085675bf5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7c3ee81329b80015841ebae0aa3f527543f28473bc9fc463301aec23a59e4059664622391e7cf8f77a0b7b689fb685bfaec24e0a95dbf2805c6aca5dc7a5786a
|
7
|
+
data.tar.gz: 82cf7aa7da11212bee881662f2c188800701e4e4b8f036fec068d43aa8a695762ac5d2ab41fff6aaafba1ff15d06d69ebdaa21185de9efe13c6c83bf7dc4b612
|
data/_sass/base/_typography.scss
CHANGED
@@ -52,7 +52,7 @@ article.post h3 {
|
|
52
52
|
/* Lists and Table*/
|
53
53
|
ul, ol {
|
54
54
|
margin-top: 0;
|
55
|
-
margin-bottom:
|
55
|
+
margin-bottom: 1.6rem;
|
56
56
|
padding-left: 1.5em;
|
57
57
|
}
|
58
58
|
|
@@ -252,10 +252,9 @@ small {
|
|
252
252
|
&:before {
|
253
253
|
font-family: FontAwesome;
|
254
254
|
content: '\f075';
|
255
|
-
color: $color-gray;
|
255
|
+
color: $color-gray-light;
|
256
256
|
font-style: normal;
|
257
|
-
margin-
|
258
|
-
margin-right: 1em;
|
257
|
+
margin-right: 0.5em;
|
259
258
|
}
|
260
259
|
}
|
261
260
|
}
|
@@ -6,7 +6,7 @@ img {
|
|
6
6
|
max-width: 100%;
|
7
7
|
}
|
8
8
|
figure {
|
9
|
-
margin: 0 0
|
9
|
+
margin: 0 0 1.6rem;
|
10
10
|
}
|
11
11
|
figcaption, .img-caption {
|
12
12
|
text-align: center;
|
@@ -22,7 +22,7 @@ figcaption + img {
|
|
22
22
|
|
23
23
|
// Images Alignment
|
24
24
|
|
25
|
-
.img-center {
|
25
|
+
.img-center, .img-left, .img-right, .img-expand {
|
26
26
|
text-align: center;
|
27
27
|
}
|
28
28
|
|