betterplace-content 0.3.15 → 0.3.16

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9bdc831baafdddca124401585d194a207510aeb6
4
- data.tar.gz: f7baf50df65018ca5766177e202bc653e5fec9cc
3
+ metadata.gz: 9d7284eae4517f8a0274bf22280659fd25204512
4
+ data.tar.gz: 20b98870cfe3581b77ef96e208bbedff5c3d530d
5
5
  SHA512:
6
- metadata.gz: 8036eccadd578fcfd348f5769f6dbaad9412ad5c6362e1785bf580f20af3d8b860c4778a10f87b84b07d5ee76d3d8be700501984f8271c9d76580d6b0fcb7408
7
- data.tar.gz: 420c6488042244261416b0f62baef46a39f316371473472cbc0d110cdd9d14bdd9fc62acc96a6c336753d8593af954843b28f243a4ab74887762d11c2bca8a20
6
+ metadata.gz: 941da73dc8e96b83af460490a317d38b18db3f8d71078d972fd7bbe9465a25a9b9cbeff388bcf5dde696e4bf090733c06aedb9e45d8644226646fceab4e3ca59
7
+ data.tar.gz: 28d6f6408c258a768ccf659150fb94c98c176157d01ca84c7b2784faf1b59ca5cf91eb5f48f803c868fe77652b18730c9f290f0012aed5348f7cacd603271761
@@ -30,8 +30,7 @@
30
30
 
31
31
  <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
32
32
 
33
- {{ page.head_include }}
34
- {{ layout.head_include }}
33
+ {{ page.head_include }}{{ site.head_include }}{{ layout.head_include }}
35
34
 
36
35
  {% include google_analytics.html %}
37
36
 
data/_layouts/help.html CHANGED
@@ -49,3 +49,4 @@ layout: default
49
49
 
50
50
  <script src="{{ site.baseurl }}/assets/js/lunr.js"></script>
51
51
  <script src="{{ site.baseurl }}/assets/js/help_search.js"></script>
52
+ <script async type="text/javascript" src="//userlike-cdn-widgets.s3-eu-west-1.amazonaws.com/0162bb21c59bda82e06d25f12d3b6f23b82b0a4c0da710229f390c5b14cc7ab0.js"></script>
data/_layouts/news.html CHANGED
@@ -20,7 +20,7 @@ layout: default
20
20
  <h1 class="headline-desktop-xl headline-phone-lg text-center m-b-md">{{ page.title }}</h1>
21
21
  </div>
22
22
 
23
- <div class="col-md-20 col-md-offset-2">
23
+ <div class="{{ page.grid_class }}">
24
24
  <div class="row news-article">
25
25
  {% if page.author %}
26
26
  <div class="news-meta-information m-b">
@@ -101,8 +101,6 @@
101
101
 
102
102
  .panel-body
103
103
  text-align: left
104
- font-size: 16px
105
- line-height: 22px
106
104
 
107
105
  +desktop
108
106
  padding: 40px 20px 40px 120px
@@ -1,4 +1,6 @@
1
1
  .content-wrapper
2
- p
2
+ p,
3
+ ul li,
4
+ ol li
3
5
  font-size: 16px
4
6
  line-height: 22px
@@ -1,7 +1,6 @@
1
1
  body.jobs
2
2
 
3
3
  article
4
- p,
5
4
  ul li,
6
5
  ol li
7
6
  font-size: 16px
@@ -10,12 +10,12 @@
10
10
  .news-date
11
11
  padding: 10px
12
12
  color: $medium-grey
13
-
13
+ font-size: 16px
14
14
 
15
15
  .news-post-teaser
16
16
  display: flex
17
17
  flex-direction: column
18
- height: 390px
18
+ height: 400px
19
19
  display: block
20
20
  color: $very-dark-grey
21
21
  text-decoration: none
@@ -49,6 +49,11 @@
49
49
  flex: 1 1 auto
50
50
  overflow: hidden
51
51
  position: relative
52
+ margin-bottom: 20px
53
+
54
+ p
55
+ font-size: 14px
56
+ line-height: 20px
52
57
 
53
58
  &:after
54
59
  content: ''
@@ -68,4 +73,4 @@
68
73
  color: $medium-grey
69
74
 
70
75
  .news-post-teaser-content
71
- height: 183px
76
+ height: 193px
@@ -81,8 +81,7 @@ body.team
81
81
  text-decoration: underline
82
82
 
83
83
  .unit-select-external-link
84
- a
85
- font-size: inherit
84
+ font-size: 16px
86
85
 
87
86
  +phone
88
87
  display: inline-block
@@ -121,15 +120,5 @@ body.team
121
120
  line-height: 32px
122
121
 
123
122
  p
124
- font-size: 16px
125
- line-height: 22px
126
123
  text-align: center
127
124
  margin-bottom: 20px
128
-
129
- +desktop
130
- font-size: 16px
131
- line-height: 22px
132
-
133
- +phone
134
- font-size: 14px
135
- line-height: 20px
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: betterplace-content
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.15
4
+ version: 0.3.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - betterplace.org Developers
@@ -176,7 +176,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
176
176
  version: '0'
177
177
  requirements: []
178
178
  rubyforge_project:
179
- rubygems_version: 2.6.13
179
+ rubygems_version: 2.6.11
180
180
  signing_key:
181
181
  specification_version: 4
182
182
  summary: betterplace.org's Jekyll Content Theme