jumbo-jekyll-theme 1.4.30 → 1.4.31

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: eb0913f996ac90d37f27b935d8bfb909ab9d8448
4
- data.tar.gz: ae533d0e35d5bfd3e78da80864497bda61accd56
3
+ metadata.gz: a154a34bc01d420b2342b161d343421b0dab726a
4
+ data.tar.gz: fbf7901c772c7be8ad007ebe16463820cb9369ee
5
5
  SHA512:
6
- metadata.gz: 0caf5dedad7f68d8048e43b9736a4dbe3b9c08d01734157bf56faacbdc3a19b212e1b1756d894ead0ea6d2f4f0a11ecec53639ca285081c59fcef099aeb18d1f
7
- data.tar.gz: 2f7514cb61729b81b03f80a2e1a3fb6dd187f913430aa04d0baa6459ffe6455a602abad2da4e8a40921fbf9868e6333dde16fdc1632c418c581fdde92e78e053
6
+ metadata.gz: 86e7f7d42f45d5c0ff966c2a3ef5eceb3ae0101794fa9ac33bbe2f4719d13c2659aec9f047c8411a1c99858710cd186afb1784b33715b21a1302dd7e34ab9c62
7
+ data.tar.gz: 9d5ee55c37f469f1e8110c140f95dbe573de4ee8b062869e5f65f363b93fdd6c430ccdf8aa4770086ffa23553e3a85762ce6b33d717a0958035e63166c3f72f9
@@ -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 %}
@@ -33,7 +33,7 @@ h1#featured-image-blog-title {
33
33
  }
34
34
 
35
35
  .speakers-arm-hpc p.list-group-item-text {
36
- margin-bottom: 0px !important;
36
+ margin-bottom: 0px ;
37
37
  }
38
38
 
39
39
  .blog-author-image{
@@ -1,12 +1,12 @@
1
1
  #buttons > a.btn.btn-linaro-home {
2
- color: black !important;
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 !important;
9
+ color: white ;
10
10
  font-weight: normal;
11
11
  font-size: 12px;
12
12
  background-color: $brand-primary;
@@ -564,8 +564,8 @@ ul#tab-row {
564
564
  }
565
565
 
566
566
  #content-container ul {
567
- color: #252525 !important;
568
- font-size: 16px !important;
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
- color: #393836 !important;
597
- font-size: 36px !important;
596
+ font-size: 36px;
598
597
  margin-top: 0;
599
598
  }
600
599
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jumbo-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.30
4
+ version: 1.4.31
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby