govuk_template 0.14.2 → 0.14.3
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 +6 -6
- data/app/assets/stylesheets/govuk-template-ie7.css.erb +6 -6
- data/app/assets/stylesheets/govuk-template-ie8.css.erb +6 -6
- data/app/assets/stylesheets/govuk-template.css.erb +6 -6
- 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: 8994d4b98dfc71cbc467d095b117a69cb6c3111b
|
|
4
|
+
data.tar.gz: cd4b7a8d3bae4f306a6c7d1f67c710b4ac55a78c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 92db0617a7c3ab8033f2014d98722dee18df5b7998c196dfcb5245c1cee75398729941357b4f52e976397d9c4d72aa56e51261bc2005fef4ff8ce968630e0e07
|
|
7
|
+
data.tar.gz: cc5f2e87a75a772d47b188eb77aadade8cd50757c97903a501e420616f5cf191f2d096ce124e774a17962a267563f76fb5b8ceeda4abd56280ce1a1187f14300
|
|
@@ -366,7 +366,7 @@ button:focus,
|
|
|
366
366
|
#global-header #logo {
|
|
367
367
|
float: left;
|
|
368
368
|
position: relative;
|
|
369
|
-
top: 1px;
|
|
369
|
+
top: -1px;
|
|
370
370
|
height: 30px;
|
|
371
371
|
overflow: visible;
|
|
372
372
|
vertical-align: baseline;
|
|
@@ -376,15 +376,16 @@ button:focus,
|
|
|
376
376
|
line-height: 1em;
|
|
377
377
|
text-decoration: none;
|
|
378
378
|
text-rendering: optimizeLegibility;
|
|
379
|
-
margin-bottom: -
|
|
380
|
-
padding-top:
|
|
379
|
+
margin-bottom: -3px;
|
|
380
|
+
padding-top: 2px;
|
|
381
|
+
border-bottom: 1px solid transparent;
|
|
381
382
|
background: url(<%= asset_path 'images/gov.uk_logotype_crown.png' %>) no-repeat;
|
|
382
383
|
background-size: 35px 31px;
|
|
383
384
|
background-position: 0 0;
|
|
384
385
|
background-image: url(<%= asset_path 'images/gov.uk_logotype_crown-1x.png' %>); }
|
|
385
386
|
#global-header #logo img {
|
|
386
387
|
position: relative;
|
|
387
|
-
top: -
|
|
388
|
+
top: -2px;
|
|
388
389
|
width: 35px;
|
|
389
390
|
height: 31px;
|
|
390
391
|
padding-right: 6px;
|
|
@@ -395,8 +396,7 @@ button:focus,
|
|
|
395
396
|
visibility: hidden; }
|
|
396
397
|
#global-header #logo:hover, #global-header #logo:focus {
|
|
397
398
|
text-decoration: none;
|
|
398
|
-
border-bottom:
|
|
399
|
-
padding-bottom: 0; }
|
|
399
|
+
border-bottom-color: white; }
|
|
400
400
|
#global-header #logo:active {
|
|
401
401
|
color: #2b8cc4; }
|
|
402
402
|
#global-header .header-proposition {
|
|
@@ -366,7 +366,7 @@ button:focus,
|
|
|
366
366
|
#global-header #logo {
|
|
367
367
|
float: left;
|
|
368
368
|
position: relative;
|
|
369
|
-
top: 1px;
|
|
369
|
+
top: -1px;
|
|
370
370
|
height: 30px;
|
|
371
371
|
overflow: visible;
|
|
372
372
|
vertical-align: baseline;
|
|
@@ -376,15 +376,16 @@ button:focus,
|
|
|
376
376
|
line-height: 1em;
|
|
377
377
|
text-decoration: none;
|
|
378
378
|
text-rendering: optimizeLegibility;
|
|
379
|
-
margin-bottom: -
|
|
380
|
-
padding-top:
|
|
379
|
+
margin-bottom: -3px;
|
|
380
|
+
padding-top: 2px;
|
|
381
|
+
border-bottom: 1px solid transparent;
|
|
381
382
|
background: url(<%= asset_path 'images/gov.uk_logotype_crown.png' %>) no-repeat;
|
|
382
383
|
background-size: 35px 31px;
|
|
383
384
|
background-position: 0 0;
|
|
384
385
|
background-image: url(<%= asset_path 'images/gov.uk_logotype_crown-1x.png' %>); }
|
|
385
386
|
#global-header #logo img {
|
|
386
387
|
position: relative;
|
|
387
|
-
top: -
|
|
388
|
+
top: -2px;
|
|
388
389
|
width: 35px;
|
|
389
390
|
height: 31px;
|
|
390
391
|
padding-right: 6px;
|
|
@@ -395,8 +396,7 @@ button:focus,
|
|
|
395
396
|
visibility: hidden; }
|
|
396
397
|
#global-header #logo:hover, #global-header #logo:focus {
|
|
397
398
|
text-decoration: none;
|
|
398
|
-
border-bottom:
|
|
399
|
-
padding-bottom: 0; }
|
|
399
|
+
border-bottom-color: white; }
|
|
400
400
|
#global-header #logo:active {
|
|
401
401
|
color: #2b8cc4; }
|
|
402
402
|
#global-header .header-proposition {
|
|
@@ -352,7 +352,7 @@ button:focus,
|
|
|
352
352
|
#global-header #logo {
|
|
353
353
|
float: left;
|
|
354
354
|
position: relative;
|
|
355
|
-
top: 1px;
|
|
355
|
+
top: -1px;
|
|
356
356
|
height: 30px;
|
|
357
357
|
overflow: visible;
|
|
358
358
|
vertical-align: baseline;
|
|
@@ -362,15 +362,16 @@ button:focus,
|
|
|
362
362
|
line-height: 1em;
|
|
363
363
|
text-decoration: none;
|
|
364
364
|
text-rendering: optimizeLegibility;
|
|
365
|
-
margin-bottom: -
|
|
366
|
-
padding-top:
|
|
365
|
+
margin-bottom: -3px;
|
|
366
|
+
padding-top: 2px;
|
|
367
|
+
border-bottom: 1px solid transparent;
|
|
367
368
|
background: url(<%= asset_path 'images/gov.uk_logotype_crown.png' %>) no-repeat;
|
|
368
369
|
background-size: 35px 31px;
|
|
369
370
|
background-position: 0 0;
|
|
370
371
|
background-image: url(<%= asset_path 'images/gov.uk_logotype_crown-1x.png' %>); }
|
|
371
372
|
#global-header #logo img {
|
|
372
373
|
position: relative;
|
|
373
|
-
top: -
|
|
374
|
+
top: -2px;
|
|
374
375
|
width: 35px;
|
|
375
376
|
height: 31px;
|
|
376
377
|
padding-right: 6px;
|
|
@@ -381,8 +382,7 @@ button:focus,
|
|
|
381
382
|
visibility: hidden; }
|
|
382
383
|
#global-header #logo:hover, #global-header #logo:focus {
|
|
383
384
|
text-decoration: none;
|
|
384
|
-
border-bottom:
|
|
385
|
-
padding-bottom: 0; }
|
|
385
|
+
border-bottom-color: white; }
|
|
386
386
|
#global-header #logo:active {
|
|
387
387
|
color: #2b8cc4; }
|
|
388
388
|
#global-header .header-proposition {
|
|
@@ -366,7 +366,7 @@ button:focus,
|
|
|
366
366
|
#global-header #logo {
|
|
367
367
|
float: left;
|
|
368
368
|
position: relative;
|
|
369
|
-
top: 1px;
|
|
369
|
+
top: -1px;
|
|
370
370
|
height: 30px;
|
|
371
371
|
overflow: visible;
|
|
372
372
|
vertical-align: baseline;
|
|
@@ -376,14 +376,15 @@ button:focus,
|
|
|
376
376
|
line-height: 1em;
|
|
377
377
|
text-decoration: none;
|
|
378
378
|
text-rendering: optimizeLegibility;
|
|
379
|
-
margin-bottom: -
|
|
380
|
-
padding-top:
|
|
379
|
+
margin-bottom: -3px;
|
|
380
|
+
padding-top: 2px;
|
|
381
|
+
border-bottom: 1px solid transparent;
|
|
381
382
|
background: url(<%= asset_path 'images/gov.uk_logotype_crown.png' %>) no-repeat;
|
|
382
383
|
background-size: 35px 31px;
|
|
383
384
|
background-position: 0 0; }
|
|
384
385
|
#global-header #logo img {
|
|
385
386
|
position: relative;
|
|
386
|
-
top: -
|
|
387
|
+
top: -2px;
|
|
387
388
|
width: 35px;
|
|
388
389
|
height: 31px;
|
|
389
390
|
padding-right: 6px;
|
|
@@ -394,8 +395,7 @@ button:focus,
|
|
|
394
395
|
visibility: hidden; }
|
|
395
396
|
#global-header #logo:hover, #global-header #logo:focus {
|
|
396
397
|
text-decoration: none;
|
|
397
|
-
border-bottom:
|
|
398
|
-
padding-bottom: 0; }
|
|
398
|
+
border-bottom-color: white; }
|
|
399
399
|
#global-header #logo:active {
|
|
400
400
|
color: #2b8cc4; }
|
|
401
401
|
#global-header .header-proposition {
|
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.14.
|
|
4
|
+
version: 0.14.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alex Tomlins
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-08-
|
|
11
|
+
date: 2015-08-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|