jumbo-jekyll-theme 1.4.30 → 1.4.31
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/_includes/post-tags.html +0 -4
- data/_sass/app/blog.scss +1 -1
- data/_sass/app/home.scss +2 -2
- data/_sass/core/theme.scss +3 -4
- 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: a154a34bc01d420b2342b161d343421b0dab726a
|
|
4
|
+
data.tar.gz: fbf7901c772c7be8ad007ebe16463820cb9369ee
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 86e7f7d42f45d5c0ff966c2a3ef5eceb3ae0101794fa9ac33bbe2f4719d13c2659aec9f047c8411a1c99858710cd186afb1784b33715b21a1302dd7e34ab9c62
|
|
7
|
+
data.tar.gz: 9d5ee55c37f469f1e8110c140f95dbe573de4ee8b062869e5f65f363b93fdd6c430ccdf8aa4770086ffa23553e3a85762ce6b33d717a0958035e63166c3f72f9
|
data/_includes/post-tags.html
CHANGED
|
@@ -1,13 +1,9 @@
|
|
|
1
1
|
{% if site.data.settings.tags_enabled %}
|
|
2
2
|
{% if post.tags %}
|
|
3
|
-
|
|
4
3
|
<h3>Tags</h3>
|
|
5
|
-
|
|
6
4
|
{% assign tags = post.tags %}
|
|
7
|
-
|
|
8
5
|
{% for tag in tags %}
|
|
9
6
|
<a class="btn btn-blog btn-xs post_tag" href="/blog/tag#{{tag | slugify }}">{{tag}}</a>
|
|
10
7
|
{% endfor %}
|
|
11
|
-
|
|
12
8
|
{% endif %}
|
|
13
9
|
{% endif %}
|
data/_sass/app/blog.scss
CHANGED
data/_sass/app/home.scss
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
#buttons > a.btn.btn-linaro-home {
|
|
2
|
-
color: black
|
|
2
|
+
color: black ;
|
|
3
3
|
font-weight: normal;
|
|
4
4
|
font-size: 12px;
|
|
5
5
|
background-color: white;
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
#buttons > a.btn.btn-linaro-home:hover {
|
|
9
|
-
color: white
|
|
9
|
+
color: white ;
|
|
10
10
|
font-weight: normal;
|
|
11
11
|
font-size: 12px;
|
|
12
12
|
background-color: $brand-primary;
|
data/_sass/core/theme.scss
CHANGED
|
@@ -564,8 +564,8 @@ ul#tab-row {
|
|
|
564
564
|
}
|
|
565
565
|
|
|
566
566
|
#content-container ul {
|
|
567
|
-
color: #252525
|
|
568
|
-
font-size: 16px
|
|
567
|
+
color: #252525;
|
|
568
|
+
font-size: 16px;
|
|
569
569
|
}
|
|
570
570
|
|
|
571
571
|
/* Blockquote Styles*/
|
|
@@ -593,8 +593,7 @@ blockquote:before {
|
|
|
593
593
|
|
|
594
594
|
|
|
595
595
|
#content-container h1 {
|
|
596
|
-
|
|
597
|
-
font-size: 36px !important;
|
|
596
|
+
font-size: 36px;
|
|
598
597
|
margin-top: 0;
|
|
599
598
|
}
|
|
600
599
|
|