moj_template 0.22.0 → 0.23.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/images/apple-touch-icon-120x120.png +0 -0
- data/app/assets/images/apple-touch-icon-152x152.png +0 -0
- data/app/assets/images/apple-touch-icon-60x60.png +0 -0
- data/app/assets/images/apple-touch-icon-76x76.png +0 -0
- data/app/assets/images/favicon.ico +0 -0
- data/app/assets/stylesheets/govuk-template-ie6.css.erb +30 -18
- data/app/assets/stylesheets/govuk-template-ie7.css.erb +30 -18
- data/app/assets/stylesheets/govuk-template-ie8.css.erb +29 -20
- data/app/assets/stylesheets/govuk-template-print.css.erb +1 -1
- data/app/assets/stylesheets/govuk-template.css.erb +32 -23
- data/app/assets/stylesheets/images/close.png +0 -0
- data/app/assets/stylesheets/images/open-government-licence_2x.png +0 -0
- data/app/assets/stylesheets/moj-template-ie6.css.erb +45 -117
- data/app/assets/stylesheets/moj-template-ie7.css.erb +45 -117
- data/app/assets/stylesheets/moj-template-ie8.css.erb +45 -117
- data/app/assets/stylesheets/moj-template.css.erb +53 -117
- data/app/views/layouts/moj_template.html.erb +10 -10
- data/lib/moj_template/version.rb +1 -1
- metadata +10 -10
- data/app/assets/images/apple-touch-icon-114x114.png +0 -0
- data/app/assets/images/apple-touch-icon-144x144.png +0 -0
- data/app/assets/images/apple-touch-icon-57x57.png +0 -0
- data/app/assets/images/apple-touch-icon-72x72.png +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d187b12856476023ad5b2c98ce2abfa8c5a252af
|
4
|
+
data.tar.gz: f9ed98f1e7d2e491fd1d8f8e618e6ea2183b6c75
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c513838c0604d186c33ec0638719709f35c4cf06feda094fa973a55036c2374ea2db89e73be394a3c27f012640d33f5f9296580f62a42a3c1f2f21fcdbe94a00
|
7
|
+
data.tar.gz: a644725fc11440c1ae1f37742e39ab2cc973f0f100e7de3e4e8721f2cbaa43c0e61cea7b9e45194435b05f5a27d2c20bec6cb9caf9e13a0e8a979567536e3d61
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -64,6 +64,9 @@ html, body, div, h1, h2, h3, h4, h5, h6, article, aside, footer, header, hgroup,
|
|
64
64
|
padding: 0;
|
65
65
|
vertical-align: baseline; }
|
66
66
|
|
67
|
+
main {
|
68
|
+
display: block; }
|
69
|
+
|
67
70
|
.group:before,
|
68
71
|
.group:after {
|
69
72
|
content: "\0020";
|
@@ -93,13 +96,21 @@ html {
|
|
93
96
|
/* 1 */
|
94
97
|
-ms-text-size-adjust: 100%;
|
95
98
|
/* 1 */
|
96
|
-
background:
|
99
|
+
background-color: #dee0e2; }
|
100
|
+
|
101
|
+
/*
|
102
|
+
Force the scrollbar to always display in IE10/11
|
103
|
+
*/
|
104
|
+
html {
|
105
|
+
-ms-overflow-style: scrollbar; }
|
97
106
|
|
98
107
|
body {
|
108
|
+
background: white;
|
99
109
|
color: #0b0c0c;
|
100
110
|
line-height: 1.5;
|
101
111
|
font-weight: 400;
|
102
|
-
-webkit-font-smoothing: antialiased;
|
112
|
+
-webkit-font-smoothing: antialiased;
|
113
|
+
-moz-osx-font-smoothing: grayscale; }
|
103
114
|
|
104
115
|
ol, ul, nav ol, nav ul {
|
105
116
|
list-style: inherit; }
|
@@ -112,7 +123,7 @@ a:link {
|
|
112
123
|
color: #005ea5; }
|
113
124
|
|
114
125
|
a:visited {
|
115
|
-
color: #
|
126
|
+
color: #4c2c92; }
|
116
127
|
|
117
128
|
a:hover {
|
118
129
|
color: #2e8aca; }
|
@@ -183,7 +194,7 @@ img {
|
|
183
194
|
border: 0; }
|
184
195
|
|
185
196
|
button {
|
186
|
-
|
197
|
+
overflow: visible; }
|
187
198
|
|
188
199
|
abbr[title] {
|
189
200
|
cursor: help; }
|
@@ -385,13 +396,15 @@ button:focus,
|
|
385
396
|
text-decoration: none; }
|
386
397
|
@media (max-width: 640px) {
|
387
398
|
#global-header .header-proposition #proposition-name {
|
388
|
-
font-size:
|
399
|
+
font-size: 18px;
|
389
400
|
line-height: 1.2; } }
|
401
|
+
#global-header .header-proposition a#proposition-name:hover {
|
402
|
+
text-decoration: underline; }
|
390
403
|
#global-header .header-proposition a.menu {
|
391
404
|
font-family: "nta", Arial, sans-serif;
|
392
405
|
font-size: 16px;
|
393
406
|
line-height: 1.25;
|
394
|
-
font-weight:
|
407
|
+
font-weight: 400;
|
395
408
|
text-transform: none;
|
396
409
|
color: white;
|
397
410
|
display: block;
|
@@ -444,15 +457,13 @@ button:focus,
|
|
444
457
|
font-family: "nta", Arial, sans-serif;
|
445
458
|
font-size: 14px;
|
446
459
|
line-height: 1.42857;
|
447
|
-
font-weight: 400;
|
448
|
-
text-transform: none;
|
449
460
|
font-weight: 700;
|
461
|
+
text-transform: none;
|
450
462
|
font-family: "nta", Arial, sans-serif;
|
451
463
|
font-size: 16px;
|
452
464
|
line-height: 1.25;
|
453
|
-
font-weight: 300;
|
454
|
-
text-transform: none;
|
455
465
|
font-weight: 700;
|
466
|
+
text-transform: none;
|
456
467
|
line-height: 23px; }
|
457
468
|
@media (max-width: 640px) {
|
458
469
|
#global-header .header-proposition #proposition-links li a {
|
@@ -508,7 +519,7 @@ button:focus,
|
|
508
519
|
font-family: "nta", Arial, sans-serif;
|
509
520
|
font-size: 16px;
|
510
521
|
line-height: 1.25;
|
511
|
-
font-weight:
|
522
|
+
font-weight: 400;
|
512
523
|
text-transform: none;
|
513
524
|
margin: 0; }
|
514
525
|
@media (max-width: 640px) {
|
@@ -544,7 +555,7 @@ button:focus,
|
|
544
555
|
margin: 0; }
|
545
556
|
@media (max-width: 640px) {
|
546
557
|
#footer h2 {
|
547
|
-
font-size:
|
558
|
+
font-size: 18px;
|
548
559
|
line-height: 1.2; } }
|
549
560
|
#footer h2 a {
|
550
561
|
color: inherit; }
|
@@ -568,7 +579,7 @@ button:focus,
|
|
568
579
|
font-family: "nta", Arial, sans-serif;
|
569
580
|
font-size: 16px;
|
570
581
|
line-height: 1.5;
|
571
|
-
font-weight:
|
582
|
+
font-weight: 400;
|
572
583
|
text-transform: none;
|
573
584
|
display: inline-block;
|
574
585
|
list-style: none;
|
@@ -590,14 +601,15 @@ button:focus,
|
|
590
601
|
position: relative;
|
591
602
|
padding-left: 53px;
|
592
603
|
zoom: 1; }
|
593
|
-
#footer .footer-meta .footer-meta-inner .open-government-licence
|
604
|
+
#footer .footer-meta .footer-meta-inner .open-government-licence .logo {
|
594
605
|
margin-bottom: 1em;
|
606
|
+
padding-top: 0;
|
595
607
|
position: absolute;
|
596
608
|
left: 0;
|
597
609
|
top: 0;
|
598
610
|
width: 41px;
|
599
611
|
height: 100%; }
|
600
|
-
#footer .footer-meta .footer-meta-inner .open-government-licence
|
612
|
+
#footer .footer-meta .footer-meta-inner .open-government-licence .logo a {
|
601
613
|
display: block;
|
602
614
|
width: 41px;
|
603
615
|
height: 17px;
|
@@ -605,14 +617,14 @@ button:focus,
|
|
605
617
|
text-indent: -999em;
|
606
618
|
background: url(<%= asset_path 'images/open-government-licence.png' %>) 0 0 no-repeat; }
|
607
619
|
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 20 / 10), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
|
608
|
-
#footer .footer-meta .footer-meta-inner .open-government-licence
|
620
|
+
#footer .footer-meta .footer-meta-inner .open-government-licence .logo a {
|
609
621
|
background-image: url(<%= asset_path 'images/open-government-licence_2x.png' %>);
|
610
622
|
background-size: 41px 17px; } }
|
611
623
|
#footer .footer-meta .footer-meta-inner .open-government-licence p {
|
612
624
|
font-family: "nta", Arial, sans-serif;
|
613
625
|
font-size: 16px;
|
614
626
|
line-height: 1.25;
|
615
|
-
font-weight:
|
627
|
+
font-weight: 400;
|
616
628
|
text-transform: none;
|
617
629
|
margin: 0;
|
618
630
|
padding-top: 0.1em; }
|
@@ -624,7 +636,7 @@ button:focus,
|
|
624
636
|
font-family: "nta", Arial, sans-serif;
|
625
637
|
font-size: 16px;
|
626
638
|
line-height: 1.25;
|
627
|
-
font-weight:
|
639
|
+
font-weight: 400;
|
628
640
|
text-transform: none;
|
629
641
|
margin: 30px 0 0 0;
|
630
642
|
width: 100%;
|
@@ -64,6 +64,9 @@ html, body, div, h1, h2, h3, h4, h5, h6, article, aside, footer, header, hgroup,
|
|
64
64
|
padding: 0;
|
65
65
|
vertical-align: baseline; }
|
66
66
|
|
67
|
+
main {
|
68
|
+
display: block; }
|
69
|
+
|
67
70
|
.group:before,
|
68
71
|
.group:after {
|
69
72
|
content: "\0020";
|
@@ -93,13 +96,21 @@ html {
|
|
93
96
|
/* 1 */
|
94
97
|
-ms-text-size-adjust: 100%;
|
95
98
|
/* 1 */
|
96
|
-
background:
|
99
|
+
background-color: #dee0e2; }
|
100
|
+
|
101
|
+
/*
|
102
|
+
Force the scrollbar to always display in IE10/11
|
103
|
+
*/
|
104
|
+
html {
|
105
|
+
-ms-overflow-style: scrollbar; }
|
97
106
|
|
98
107
|
body {
|
108
|
+
background: white;
|
99
109
|
color: #0b0c0c;
|
100
110
|
line-height: 1.5;
|
101
111
|
font-weight: 400;
|
102
|
-
-webkit-font-smoothing: antialiased;
|
112
|
+
-webkit-font-smoothing: antialiased;
|
113
|
+
-moz-osx-font-smoothing: grayscale; }
|
103
114
|
|
104
115
|
ol, ul, nav ol, nav ul {
|
105
116
|
list-style: inherit; }
|
@@ -112,7 +123,7 @@ a:link {
|
|
112
123
|
color: #005ea5; }
|
113
124
|
|
114
125
|
a:visited {
|
115
|
-
color: #
|
126
|
+
color: #4c2c92; }
|
116
127
|
|
117
128
|
a:hover {
|
118
129
|
color: #2e8aca; }
|
@@ -183,7 +194,7 @@ img {
|
|
183
194
|
border: 0; }
|
184
195
|
|
185
196
|
button {
|
186
|
-
|
197
|
+
overflow: visible; }
|
187
198
|
|
188
199
|
abbr[title] {
|
189
200
|
cursor: help; }
|
@@ -385,13 +396,15 @@ button:focus,
|
|
385
396
|
text-decoration: none; }
|
386
397
|
@media (max-width: 640px) {
|
387
398
|
#global-header .header-proposition #proposition-name {
|
388
|
-
font-size:
|
399
|
+
font-size: 18px;
|
389
400
|
line-height: 1.2; } }
|
401
|
+
#global-header .header-proposition a#proposition-name:hover {
|
402
|
+
text-decoration: underline; }
|
390
403
|
#global-header .header-proposition a.menu {
|
391
404
|
font-family: "nta", Arial, sans-serif;
|
392
405
|
font-size: 16px;
|
393
406
|
line-height: 1.25;
|
394
|
-
font-weight:
|
407
|
+
font-weight: 400;
|
395
408
|
text-transform: none;
|
396
409
|
color: white;
|
397
410
|
display: block;
|
@@ -444,15 +457,13 @@ button:focus,
|
|
444
457
|
font-family: "nta", Arial, sans-serif;
|
445
458
|
font-size: 14px;
|
446
459
|
line-height: 1.42857;
|
447
|
-
font-weight: 400;
|
448
|
-
text-transform: none;
|
449
460
|
font-weight: 700;
|
461
|
+
text-transform: none;
|
450
462
|
font-family: "nta", Arial, sans-serif;
|
451
463
|
font-size: 16px;
|
452
464
|
line-height: 1.25;
|
453
|
-
font-weight: 300;
|
454
|
-
text-transform: none;
|
455
465
|
font-weight: 700;
|
466
|
+
text-transform: none;
|
456
467
|
line-height: 23px; }
|
457
468
|
@media (max-width: 640px) {
|
458
469
|
#global-header .header-proposition #proposition-links li a {
|
@@ -508,7 +519,7 @@ button:focus,
|
|
508
519
|
font-family: "nta", Arial, sans-serif;
|
509
520
|
font-size: 16px;
|
510
521
|
line-height: 1.25;
|
511
|
-
font-weight:
|
522
|
+
font-weight: 400;
|
512
523
|
text-transform: none;
|
513
524
|
margin: 0; }
|
514
525
|
@media (max-width: 640px) {
|
@@ -544,7 +555,7 @@ button:focus,
|
|
544
555
|
margin: 0; }
|
545
556
|
@media (max-width: 640px) {
|
546
557
|
#footer h2 {
|
547
|
-
font-size:
|
558
|
+
font-size: 18px;
|
548
559
|
line-height: 1.2; } }
|
549
560
|
#footer h2 a {
|
550
561
|
color: inherit; }
|
@@ -568,7 +579,7 @@ button:focus,
|
|
568
579
|
font-family: "nta", Arial, sans-serif;
|
569
580
|
font-size: 16px;
|
570
581
|
line-height: 1.5;
|
571
|
-
font-weight:
|
582
|
+
font-weight: 400;
|
572
583
|
text-transform: none;
|
573
584
|
display: inline-block;
|
574
585
|
list-style: none;
|
@@ -589,14 +600,15 @@ button:focus,
|
|
589
600
|
clear: left;
|
590
601
|
position: relative;
|
591
602
|
padding-left: 53px; }
|
592
|
-
#footer .footer-meta .footer-meta-inner .open-government-licence
|
603
|
+
#footer .footer-meta .footer-meta-inner .open-government-licence .logo {
|
593
604
|
margin-bottom: 1em;
|
605
|
+
padding-top: 0;
|
594
606
|
position: absolute;
|
595
607
|
left: 0;
|
596
608
|
top: 0;
|
597
609
|
width: 41px;
|
598
610
|
height: 100%; }
|
599
|
-
#footer .footer-meta .footer-meta-inner .open-government-licence
|
611
|
+
#footer .footer-meta .footer-meta-inner .open-government-licence .logo a {
|
600
612
|
display: block;
|
601
613
|
width: 41px;
|
602
614
|
height: 17px;
|
@@ -604,14 +616,14 @@ button:focus,
|
|
604
616
|
text-indent: -999em;
|
605
617
|
background: url(<%= asset_path 'images/open-government-licence.png' %>) 0 0 no-repeat; }
|
606
618
|
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 20 / 10), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
|
607
|
-
#footer .footer-meta .footer-meta-inner .open-government-licence
|
619
|
+
#footer .footer-meta .footer-meta-inner .open-government-licence .logo a {
|
608
620
|
background-image: url(<%= asset_path 'images/open-government-licence_2x.png' %>);
|
609
621
|
background-size: 41px 17px; } }
|
610
622
|
#footer .footer-meta .footer-meta-inner .open-government-licence p {
|
611
623
|
font-family: "nta", Arial, sans-serif;
|
612
624
|
font-size: 16px;
|
613
625
|
line-height: 1.25;
|
614
|
-
font-weight:
|
626
|
+
font-weight: 400;
|
615
627
|
text-transform: none;
|
616
628
|
margin: 0;
|
617
629
|
padding-top: 0.1em; }
|
@@ -623,7 +635,7 @@ button:focus,
|
|
623
635
|
font-family: "nta", Arial, sans-serif;
|
624
636
|
font-size: 16px;
|
625
637
|
line-height: 1.25;
|
626
|
-
font-weight:
|
638
|
+
font-weight: 400;
|
627
639
|
text-transform: none;
|
628
640
|
margin: 30px 0 0 0;
|
629
641
|
width: 100%;
|
@@ -60,6 +60,9 @@ html, body, div, h1, h2, h3, h4, h5, h6, article, aside, footer, header, hgroup,
|
|
60
60
|
padding: 0;
|
61
61
|
vertical-align: baseline; }
|
62
62
|
|
63
|
+
main {
|
64
|
+
display: block; }
|
65
|
+
|
63
66
|
.group:before,
|
64
67
|
.group:after {
|
65
68
|
content: "\0020";
|
@@ -89,13 +92,21 @@ html {
|
|
89
92
|
/* 1 */
|
90
93
|
-ms-text-size-adjust: 100%;
|
91
94
|
/* 1 */
|
92
|
-
background:
|
95
|
+
background-color: #dee0e2; }
|
96
|
+
|
97
|
+
/*
|
98
|
+
Force the scrollbar to always display in IE10/11
|
99
|
+
*/
|
100
|
+
html {
|
101
|
+
-ms-overflow-style: scrollbar; }
|
93
102
|
|
94
103
|
body {
|
104
|
+
background: white;
|
95
105
|
color: #0b0c0c;
|
96
106
|
line-height: 1.5;
|
97
107
|
font-weight: 400;
|
98
|
-
-webkit-font-smoothing: antialiased;
|
108
|
+
-webkit-font-smoothing: antialiased;
|
109
|
+
-moz-osx-font-smoothing: grayscale; }
|
99
110
|
|
100
111
|
ol, ul, nav ol, nav ul {
|
101
112
|
list-style: inherit; }
|
@@ -108,7 +119,7 @@ a:link {
|
|
108
119
|
color: #005ea5; }
|
109
120
|
|
110
121
|
a:visited {
|
111
|
-
color: #
|
122
|
+
color: #4c2c92; }
|
112
123
|
|
113
124
|
a:hover {
|
114
125
|
color: #2e8aca; }
|
@@ -178,9 +189,6 @@ strong {
|
|
178
189
|
img {
|
179
190
|
border: 0; }
|
180
191
|
|
181
|
-
button {
|
182
|
-
*overflow: visible; }
|
183
|
-
|
184
192
|
abbr[title] {
|
185
193
|
cursor: help; }
|
186
194
|
|
@@ -377,13 +385,15 @@ button:focus,
|
|
377
385
|
text-decoration: none; }
|
378
386
|
@media (max-width: 640px) {
|
379
387
|
#global-header .header-proposition #proposition-name {
|
380
|
-
font-size:
|
388
|
+
font-size: 18px;
|
381
389
|
line-height: 1.2; } }
|
390
|
+
#global-header .header-proposition a#proposition-name:hover {
|
391
|
+
text-decoration: underline; }
|
382
392
|
#global-header .header-proposition a.menu {
|
383
393
|
font-family: "nta", Arial, sans-serif;
|
384
394
|
font-size: 16px;
|
385
395
|
line-height: 1.25;
|
386
|
-
font-weight:
|
396
|
+
font-weight: 400;
|
387
397
|
text-transform: none;
|
388
398
|
color: white;
|
389
399
|
display: block;
|
@@ -436,15 +446,13 @@ button:focus,
|
|
436
446
|
font-family: "nta", Arial, sans-serif;
|
437
447
|
font-size: 14px;
|
438
448
|
line-height: 1.42857;
|
439
|
-
font-weight: 400;
|
440
|
-
text-transform: none;
|
441
449
|
font-weight: 700;
|
450
|
+
text-transform: none;
|
442
451
|
font-family: "nta", Arial, sans-serif;
|
443
452
|
font-size: 16px;
|
444
453
|
line-height: 1.25;
|
445
|
-
font-weight: 300;
|
446
|
-
text-transform: none;
|
447
454
|
font-weight: 700;
|
455
|
+
text-transform: none;
|
448
456
|
line-height: 23px; }
|
449
457
|
@media (max-width: 640px) {
|
450
458
|
#global-header .header-proposition #proposition-links li a {
|
@@ -500,7 +508,7 @@ button:focus,
|
|
500
508
|
font-family: "nta", Arial, sans-serif;
|
501
509
|
font-size: 16px;
|
502
510
|
line-height: 1.25;
|
503
|
-
font-weight:
|
511
|
+
font-weight: 400;
|
504
512
|
text-transform: none;
|
505
513
|
margin: 0; }
|
506
514
|
@media (max-width: 640px) {
|
@@ -536,7 +544,7 @@ button:focus,
|
|
536
544
|
margin: 0; }
|
537
545
|
@media (max-width: 640px) {
|
538
546
|
#footer h2 {
|
539
|
-
font-size:
|
547
|
+
font-size: 18px;
|
540
548
|
line-height: 1.2; } }
|
541
549
|
#footer h2 a {
|
542
550
|
color: inherit; }
|
@@ -558,7 +566,7 @@ button:focus,
|
|
558
566
|
font-family: "nta", Arial, sans-serif;
|
559
567
|
font-size: 16px;
|
560
568
|
line-height: 1.5;
|
561
|
-
font-weight:
|
569
|
+
font-weight: 400;
|
562
570
|
text-transform: none;
|
563
571
|
display: inline-block;
|
564
572
|
list-style: none;
|
@@ -576,14 +584,15 @@ button:focus,
|
|
576
584
|
clear: left;
|
577
585
|
position: relative;
|
578
586
|
padding-left: 53px; }
|
579
|
-
#footer .footer-meta .footer-meta-inner .open-government-licence
|
587
|
+
#footer .footer-meta .footer-meta-inner .open-government-licence .logo {
|
580
588
|
margin-bottom: 1em;
|
589
|
+
padding-top: 0;
|
581
590
|
position: absolute;
|
582
591
|
left: 0;
|
583
592
|
top: 0;
|
584
593
|
width: 41px;
|
585
594
|
height: 100%; }
|
586
|
-
#footer .footer-meta .footer-meta-inner .open-government-licence
|
595
|
+
#footer .footer-meta .footer-meta-inner .open-government-licence .logo a {
|
587
596
|
display: block;
|
588
597
|
width: 41px;
|
589
598
|
height: 17px;
|
@@ -591,14 +600,14 @@ button:focus,
|
|
591
600
|
text-indent: -999em;
|
592
601
|
background: url(<%= asset_path 'images/open-government-licence.png' %>) 0 0 no-repeat; }
|
593
602
|
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 20 / 10), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
|
594
|
-
#footer .footer-meta .footer-meta-inner .open-government-licence
|
603
|
+
#footer .footer-meta .footer-meta-inner .open-government-licence .logo a {
|
595
604
|
background-image: url(<%= asset_path 'images/open-government-licence_2x.png' %>);
|
596
605
|
background-size: 41px 17px; } }
|
597
606
|
#footer .footer-meta .footer-meta-inner .open-government-licence p {
|
598
607
|
font-family: "nta", Arial, sans-serif;
|
599
608
|
font-size: 16px;
|
600
609
|
line-height: 1.25;
|
601
|
-
font-weight:
|
610
|
+
font-weight: 400;
|
602
611
|
text-transform: none;
|
603
612
|
margin: 0;
|
604
613
|
padding-top: 0.1em; }
|
@@ -610,7 +619,7 @@ button:focus,
|
|
610
619
|
font-family: "nta", Arial, sans-serif;
|
611
620
|
font-size: 16px;
|
612
621
|
line-height: 1.25;
|
613
|
-
font-weight:
|
622
|
+
font-weight: 400;
|
614
623
|
text-transform: none;
|
615
624
|
margin: 30px 0 0 0;
|
616
625
|
width: 100%;
|