jekyll-theme-minimalistic 0.3.3 → 0.3.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/footer.html +1 -1
- data/_sass/jekyll-theme-minimalistic.scss +1 -6
- 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: 27f3ea977fb30528c82eb9629b0e36f450f0846e6524be5a6685f938acc03506
|
4
|
+
data.tar.gz: 6328626b6dc9ca32a083e21c101ee0e89d340341f6a3d04ca6eb498a3ce5478a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ec9ee2625a11cbdad17c94032d636f2b300321386652f91b67e64507582bc41bfc82aa2451abe3cf0c5298127f2a8e59d9823ae600f6d14d81a6756e986eb733
|
7
|
+
data.tar.gz: 821bd10a24884eeec04efbd14024b58a8c3c5ac91ec832ceed2e42a1ab09a2de9c0828b482a8a2ec59472ae4b9069fca99d166ad2ef66f63efd2ed103ab69f93
|
data/_includes/footer.html
CHANGED
@@ -3,4 +3,4 @@
|
|
3
3
|
<p>This project is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></p>
|
4
4
|
{% endif %}
|
5
5
|
{% endunless %}
|
6
|
-
<p><small>Powered by <a href="https://jekyllrb.com/">Jekyll</a> & <a href="https://github.com/vaibhavvikas/jekyll-theme-minimalistic">Minimalistic</a></small></p>
|
6
|
+
<p style="margin-bottom: 0px"><small>Powered by <a href="https://jekyllrb.com/">Jekyll</a> & <a href="https://github.com/vaibhavvikas/jekyll-theme-minimalistic">Minimalistic</a></small></p>
|
@@ -77,7 +77,7 @@ ul.content {
|
|
77
77
|
}
|
78
78
|
|
79
79
|
ul.content a:hover, a:focus {
|
80
|
-
text-decoration:
|
80
|
+
text-decoration: none;
|
81
81
|
}
|
82
82
|
|
83
83
|
.sublist {
|
@@ -235,11 +235,7 @@ hr {
|
|
235
235
|
.sidebar-footer {
|
236
236
|
width:250px;
|
237
237
|
float:left;
|
238
|
-
bottom:30px;
|
239
238
|
-webkit-font-smoothing:subpixel-antialiased;
|
240
|
-
}
|
241
|
-
|
242
|
-
.sidebar-footer {
|
243
239
|
flex-basis: content;
|
244
240
|
}
|
245
241
|
|
@@ -372,4 +368,3 @@ hr {
|
|
372
368
|
color:#444;
|
373
369
|
}
|
374
370
|
}
|
375
|
-
|