jekyll-theme-nixer 1.0.5 → 1.0.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_layouts/default.html +2 -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: bee1d0cefc57095913a0cee26b45b6e13c31e02d90477dc6ce59de26341c65db
|
4
|
+
data.tar.gz: 6d52661935e39abd8bfe443eabb732aff3d675d593a3414636c47497185e729f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6bb62f25f4043ed214c23153085c322dd123b40befa9a83e1f63e4a6549a5c7e0e19faba001f4c95530f01c324ec97dd9962b6e008ed5d64e651fea8bf21e530
|
7
|
+
data.tar.gz: 0b1551971bd8d5773789467c9fce472d95dca26076efba2b47912818c79af0e46fbc7a2b732b78415ae13588d375f718ec2c5042b86f638e7f694a79eaedc778
|
data/_layouts/default.html
CHANGED
@@ -15,11 +15,10 @@
|
|
15
15
|
body { margin: 0; }
|
16
16
|
img, table { margin: 0 auto; }
|
17
17
|
table { border-collapse: collapse; }
|
18
|
-
th, td { padding: 0.25em
|
18
|
+
th, td { padding: 0.25em; border: 1px solid lightgrey; }
|
19
19
|
img { display: block; max-width: 100%; height: auto; }
|
20
20
|
figure { margin: 0; text-align: center; font-size: small; }
|
21
21
|
blockquote { margin: 1em 1.5em 1em 0.5em; padding-left: 1em; border-left: 1px solid lightgrey; }
|
22
|
-
code { font-size: 1.125em; }
|
23
22
|
sub, sup { line-height: 0; }
|
24
23
|
hr { border: 0; border-top: 1px solid; }
|
25
24
|
h1 { font-size: 2rem; text-align: center; }
|
@@ -31,7 +30,7 @@
|
|
31
30
|
a:visited { color: plum; }
|
32
31
|
th, td { border-color: grey; }
|
33
32
|
}
|
34
|
-
.footnotes
|
33
|
+
.footnotes { margin: 0; font-size: small; }
|
35
34
|
</style>
|
36
35
|
<meta name="theme-color" content="#white">
|
37
36
|
<title>{%- if page.title -%}{{ page.title | smartify }}{%- else -%}{{ site.title | smartify }}{%- endif -%}</title>
|