govuk_template 0.17.1 → 0.17.2
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/app/assets/stylesheets/govuk-template-ie6.css.erb +5 -1
- data/app/assets/stylesheets/govuk-template-ie7.css.erb +5 -1
- data/app/assets/stylesheets/govuk-template-ie8.css.erb +5 -1
- data/app/assets/stylesheets/govuk-template.css.erb +5 -1
- data/lib/govuk_template/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 27de927b45633a8e0c94e6fe426cb0dca5b94fe0
|
|
4
|
+
data.tar.gz: 225526d6fd6af870ec3e2a4fc0d923ee92cd5422
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
288
|
+
left: 0;
|
|
289
|
+
z-index: 1; }
|
|
286
290
|
|
|
287
291
|
#skiplink-container {
|
|
288
292
|
text-align: center;
|
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.
|
|
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-
|
|
11
|
+
date: 2016-05-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|