bookends 4.2.8 → 4.2.9

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
- SHA1:
3
- metadata.gz: 8cded0410262c7b2ac10a691dd32a927c94af9e0
4
- data.tar.gz: 20eb9dc0b9a3f4ef56acd0a661818c4264405e4e
2
+ SHA256:
3
+ metadata.gz: 6fb71d309584fe23020676884b0ef4a7a10bbb4b6dc730764e0d056d9a5f64b6
4
+ data.tar.gz: 17ed1c50a76d043ba0124c528ec912bf1ca9669cd5ed28b0fa46d4a4aa455e62
5
5
  SHA512:
6
- metadata.gz: 41fd4bea43b75f4b001c29e9a6dbb8146febbaaa68180348cf30973a86fb1caceea79b07c8d89dc313a44e8dbac3db7d8cc66320e990a8276e3c34ea81d5d5ca
7
- data.tar.gz: 1c3313a22bf0cc19d7c0a7e01237b323d48e53a3928473e13be0d9c994c53277cc0615ef34bf5aef77f928fc1a56ddf62ccc7780554dcbbc2d5f636f5cb0d680
6
+ metadata.gz: 518e9d4aa74f321f206774ace4f5dd8b80935a0436356886b19c3f934f4921e526014d76c0f5fefb1d1804ba4ec340eea39a53c7f3718cc82e22f9d356de4ee5
7
+ data.tar.gz: 9995f081270b107ebd6ba1d7eb6ae6123b4c2cac9a77c92130bed092cbab262395f1bd4194df34163f8b29a4fb2e584fa4c17366ecf91ca9a34fe23cc15f86f7
@@ -202,7 +202,7 @@
202
202
 
203
203
  position: relative;
204
204
  width: 100%;
205
- padding-bottom: 10px;
205
+ padding-bottom: 15px;
206
206
  @include screen(min-width, $threshold-tablet) {
207
207
  border-bottom: 1px solid $color-border;
208
208
  }
@@ -277,6 +277,16 @@
277
277
  }
278
278
  }
279
279
 
280
+ .language-select {
281
+ margin-top: 10px;
282
+ > a {
283
+ margin: 0 5px;
284
+ @include screen(min-width, $threshold-tablet) {
285
+ margin: 0 5px 0 0;
286
+ }
287
+ }
288
+ }
289
+
280
290
  iframe {
281
291
  position: relative;
282
292
  width: 100%;
@@ -85,9 +85,9 @@
85
85
  <li><a class="heroku-footer-icon-linkedin" href="https://www.linkedin.com/company/heroku" target="_blank" title="Heroku's LinkedIn">LinkedIn</a></li>
86
86
  </ul>
87
87
  <% if ENV['BOOKENDS_JP_LINK'] == 'true' %>
88
- <p>
88
+ <div class="language-select">
89
89
  <a href="https://jp.heroku.com/home">日本語</a>
90
- </p>
90
+ </div>
91
91
  <% end %>
92
92
  </div>
93
93
  </div>
@@ -1,3 +1,3 @@
1
1
  module Bookends
2
- VERSION = '4.2.8'.freeze
2
+ VERSION = '4.2.9'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bookends
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.8
4
+ version: 4.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marketing Web Ops at heroku
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-30 00:00:00.000000000 Z
11
+ date: 2018-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -1134,7 +1134,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1134
1134
  version: '0'
1135
1135
  requirements: []
1136
1136
  rubyforge_project:
1137
- rubygems_version: 2.6.14
1137
+ rubygems_version: 2.7.6
1138
1138
  signing_key:
1139
1139
  specification_version: 4
1140
1140
  summary: an engine to abstract common html/css elements across Heroku properties