govuk_template 0.17.1 → 0.17.2

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: 8084b09c3365b06e68b9c1089b72d470ce4c2690
4
- data.tar.gz: ae8d906500452ac8f093d5e5a1b3ffcacdf33e6c
3
+ metadata.gz: 27de927b45633a8e0c94e6fe426cb0dca5b94fe0
4
+ data.tar.gz: 225526d6fd6af870ec3e2a4fc0d923ee92cd5422
5
5
  SHA512:
6
- metadata.gz: 937e1e1aded143810fb7766d60e728fc8582f825295a4ddd3c099095118dacf987e1aa71d8db6f7fa185801d04cc8854bef00824a315364dd5d8f54027d77dc1
7
- data.tar.gz: 3983d6707042c6be7c3bb5b3e71cd62561414dec135a649b2cd3afb39ef49a54865a227ebc65021e261a2dd611394a28cae36afaa44818a19eabf280561e4532
6
+ metadata.gz: 9020d7050eb884f639a0ff05d302437a381dd1a08dddfdd18988b2974645782b580720324963594774ead7ef3f6e3e175373c00c546d99dd6987c88e61589134
7
+ data.tar.gz: 184a2164d4857caecee1b45fd2ae334434aeb18904c69f134cdbb099424b2918ab0762a64e9e9101a9c52b6627b93f9554bf85c5e2362067d9e1f65e53b12238
@@ -65,6 +65,9 @@
65
65
  width: device-width; }
66
66
 
67
67
  /* local styleguide includes */
68
+ @-ms-viewport {
69
+ width: device-width; }
70
+
68
71
  html, body, button, input, table, td, th {
69
72
  font-family: "nta", Arial, sans-serif; }
70
73
 
@@ -287,7 +290,8 @@ a:focus {
287
290
  left: -9999em; }
288
291
 
289
292
  .skiplink:focus {
290
- position: static; }
293
+ left: 0;
294
+ z-index: 1; }
291
295
 
292
296
  #skiplink-container {
293
297
  text-align: center;
@@ -65,6 +65,9 @@
65
65
  width: device-width; }
66
66
 
67
67
  /* local styleguide includes */
68
+ @-ms-viewport {
69
+ width: device-width; }
70
+
68
71
  html, body, button, input, table, td, th {
69
72
  font-family: "nta", Arial, sans-serif; }
70
73
 
@@ -287,7 +290,8 @@ a:focus {
287
290
  left: -9999em; }
288
291
 
289
292
  .skiplink:focus {
290
- position: static; }
293
+ left: 0;
294
+ z-index: 1; }
291
295
 
292
296
  #skiplink-container {
293
297
  text-align: center;
@@ -59,6 +59,9 @@
59
59
  width: device-width; }
60
60
 
61
61
  /* local styleguide includes */
62
+ @-ms-viewport {
63
+ width: device-width; }
64
+
62
65
  html, body, button, input, table, td, th {
63
66
  font-family: "nta", Arial, sans-serif; }
64
67
 
@@ -278,7 +281,8 @@ a:focus {
278
281
  left: -9999em; }
279
282
 
280
283
  .skiplink:focus {
281
- position: static; }
284
+ left: 0;
285
+ z-index: 1; }
282
286
 
283
287
  #skiplink-container {
284
288
  text-align: center;
@@ -62,6 +62,9 @@
62
62
  width: device-width; }
63
63
 
64
64
  /* local styleguide includes */
65
+ @-ms-viewport {
66
+ width: device-width; }
67
+
65
68
  html, body, button, input, table, td, th {
66
69
  font-family: "nta", Arial, sans-serif; }
67
70
 
@@ -282,7 +285,8 @@ a:focus {
282
285
  left: -9999em; }
283
286
 
284
287
  .skiplink:focus {
285
- position: static; }
288
+ left: 0;
289
+ z-index: 1; }
286
290
 
287
291
  #skiplink-container {
288
292
  text-align: center;
@@ -1,3 +1,3 @@
1
1
  module GovukTemplate
2
- VERSION = "0.17.1"
2
+ VERSION = "0.17.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_template
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.1
4
+ version: 0.17.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Tomlins
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-25 00:00:00.000000000 Z
11
+ date: 2016-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails