moj_template 0.5.3 → 0.5.4
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-114x114.png +0 -0
- data/app/assets/images/apple-touch-icon-144x144.png +0 -0
- data/app/assets/images/apple-touch-icon-72x72.png +0 -0
- data/app/assets/images/opengraph-image.png +0 -0
- data/app/assets/stylesheets/{external-link-24x24.png → external-links/external-link-24x24.png} +0 -0
- data/app/assets/stylesheets/{external-link-black-12x12.png → external-links/external-link-black-12x12.png} +0 -0
- data/app/assets/stylesheets/{external-link-black-24x24.png → external-links/external-link-black-24x24.png} +0 -0
- data/app/assets/stylesheets/{external-link.png → external-links/external-link.png} +0 -0
- data/app/assets/stylesheets/govuk-template-ie6.css.erb +20 -10
- data/app/assets/stylesheets/govuk-template-ie7.css.erb +20 -10
- data/app/assets/stylesheets/govuk-template-ie8.css.erb +20 -10
- data/app/assets/stylesheets/govuk-template.css.erb +20 -10
- data/app/assets/stylesheets/images/open-government-licence.png +0 -0
- data/app/assets/stylesheets/images/open-government-licence_2x.png +0 -0
- data/app/assets/stylesheets/moj-template.css.erb +3 -3
- data/app/views/layouts/moj_template.html.erb +1 -1
- data/lib/moj_template/version.rb +1 -1
- metadata +12 -11
- data/app/assets/images/open-government-licence_2x.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: 7630002a722009cf701a120b6032b369abafc5cc
|
4
|
+
data.tar.gz: b60f28dff00dd09227f7170c4ce9c2652560db02
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 58350c5b877e77037c7664955ff01266e3bd8fc7158de24d8c57a393b66bff608f4613eb2d3589db0a6e48531af183b4f5dd338d55526132b175148e0e35bfd6
|
7
|
+
data.tar.gz: 41f90b86444d5c58e440033f5518eb314af93f5364619adf08184643923737f5b8828431d53a850843f2018f1fc0ac0243a290e1cc99d3c2bd89911b5e5cc256
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/app/assets/stylesheets/{external-link-24x24.png → external-links/external-link-24x24.png}
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -83,7 +83,7 @@ Example usage:
|
|
83
83
|
|
84
84
|
*/
|
85
85
|
/* local styleguide includes */
|
86
|
-
/*
|
86
|
+
/* Old depricated greys, new things should use the toolkit greys */
|
87
87
|
html, body, button, input, table, td, th {
|
88
88
|
font-family: "nta", Arial, sans-serif; }
|
89
89
|
|
@@ -136,9 +136,11 @@ fieldset {
|
|
136
136
|
border: none;
|
137
137
|
padding: 0; }
|
138
138
|
|
139
|
-
a
|
139
|
+
a:link {
|
140
|
+
color: #005ea5; }
|
141
|
+
|
140
142
|
a:visited {
|
141
|
-
color: #
|
143
|
+
color: #2e8aca; }
|
142
144
|
|
143
145
|
a:hover {
|
144
146
|
color: #2e8aca; }
|
@@ -147,11 +149,11 @@ a:active {
|
|
147
149
|
color: #2e8aca; }
|
148
150
|
|
149
151
|
a[rel="external"]:after {
|
150
|
-
background-image: url(<%= asset_path 'external-link.png' %>);
|
152
|
+
background-image: url(<%= asset_path 'external-links/external-link.png' %>);
|
151
153
|
background-repeat: no-repeat; }
|
152
154
|
@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) {
|
153
155
|
a[rel="external"]:after {
|
154
|
-
background-image: url(<%= asset_path 'external-link-24x24.png' %>);
|
156
|
+
background-image: url(<%= asset_path 'external-links/external-link-24x24.png' %>);
|
155
157
|
background-size: 12px 400px; } }
|
156
158
|
a[rel="external"]:after {
|
157
159
|
content: "\A0\A0\A0\A0";
|
@@ -165,11 +167,11 @@ a[rel="external"]:hover:after {
|
|
165
167
|
.external-link:hover:after {
|
166
168
|
background-position: right 0px; }
|
167
169
|
.external-link:after {
|
168
|
-
background-image: url(<%= asset_path 'external-link-black-12x12.png' %>);
|
170
|
+
background-image: url(<%= asset_path 'external-links/external-link-black-12x12.png' %>);
|
169
171
|
background-repeat: no-repeat; }
|
170
172
|
@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) {
|
171
173
|
.external-link:after {
|
172
|
-
background-image: url(<%= asset_path 'external-link-black-24x24.png' %>);
|
174
|
+
background-image: url(<%= asset_path 'external-links/external-link-black-24x24.png' %>);
|
173
175
|
background-size: 12px 400px; } }
|
174
176
|
|
175
177
|
/*
|
@@ -303,6 +305,7 @@ a:focus {
|
|
303
305
|
input:focus,
|
304
306
|
textarea:focus,
|
305
307
|
select:focus,
|
308
|
+
button:focus,
|
306
309
|
#global-header input:focus {
|
307
310
|
outline: 3px solid #ffbf47; }
|
308
311
|
|
@@ -594,10 +597,17 @@ select:focus,
|
|
594
597
|
top: 0;
|
595
598
|
width: 41px;
|
596
599
|
height: 100%; }
|
597
|
-
#footer .footer-meta .footer-meta-inner .open-government-licence h2 a
|
600
|
+
#footer .footer-meta .footer-meta-inner .open-government-licence h2 a {
|
598
601
|
display: block;
|
599
|
-
width:
|
600
|
-
height: 17px;
|
602
|
+
width: 41px;
|
603
|
+
height: 17px;
|
604
|
+
overflow: hidden;
|
605
|
+
text-indent: -999em;
|
606
|
+
background: url(<%= asset_path 'images/open-government-licence.png' %>) 0 0 no-repeat; }
|
607
|
+
@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 h2 a {
|
609
|
+
background-image: url(<%= asset_path 'images/open-government-licence_2x.png' %>);
|
610
|
+
background-size: 41px 17px; } }
|
601
611
|
#footer .footer-meta .footer-meta-inner .open-government-licence p {
|
602
612
|
font-family: "nta", Arial, sans-serif;
|
603
613
|
font-size: 16px;
|
@@ -83,7 +83,7 @@ Example usage:
|
|
83
83
|
|
84
84
|
*/
|
85
85
|
/* local styleguide includes */
|
86
|
-
/*
|
86
|
+
/* Old depricated greys, new things should use the toolkit greys */
|
87
87
|
html, body, button, input, table, td, th {
|
88
88
|
font-family: "nta", Arial, sans-serif; }
|
89
89
|
|
@@ -136,9 +136,11 @@ fieldset {
|
|
136
136
|
border: none;
|
137
137
|
padding: 0; }
|
138
138
|
|
139
|
-
a
|
139
|
+
a:link {
|
140
|
+
color: #005ea5; }
|
141
|
+
|
140
142
|
a:visited {
|
141
|
-
color: #
|
143
|
+
color: #2e8aca; }
|
142
144
|
|
143
145
|
a:hover {
|
144
146
|
color: #2e8aca; }
|
@@ -147,11 +149,11 @@ a:active {
|
|
147
149
|
color: #2e8aca; }
|
148
150
|
|
149
151
|
a[rel="external"]:after {
|
150
|
-
background-image: url(<%= asset_path 'external-link.png' %>);
|
152
|
+
background-image: url(<%= asset_path 'external-links/external-link.png' %>);
|
151
153
|
background-repeat: no-repeat; }
|
152
154
|
@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) {
|
153
155
|
a[rel="external"]:after {
|
154
|
-
background-image: url(<%= asset_path 'external-link-24x24.png' %>);
|
156
|
+
background-image: url(<%= asset_path 'external-links/external-link-24x24.png' %>);
|
155
157
|
background-size: 12px 400px; } }
|
156
158
|
a[rel="external"]:after {
|
157
159
|
content: "\A0\A0\A0\A0";
|
@@ -165,11 +167,11 @@ a[rel="external"]:hover:after {
|
|
165
167
|
.external-link:hover:after {
|
166
168
|
background-position: right 0px; }
|
167
169
|
.external-link:after {
|
168
|
-
background-image: url(<%= asset_path 'external-link-black-12x12.png' %>);
|
170
|
+
background-image: url(<%= asset_path 'external-links/external-link-black-12x12.png' %>);
|
169
171
|
background-repeat: no-repeat; }
|
170
172
|
@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) {
|
171
173
|
.external-link:after {
|
172
|
-
background-image: url(<%= asset_path 'external-link-black-24x24.png' %>);
|
174
|
+
background-image: url(<%= asset_path 'external-links/external-link-black-24x24.png' %>);
|
173
175
|
background-size: 12px 400px; } }
|
174
176
|
|
175
177
|
/*
|
@@ -303,6 +305,7 @@ a:focus {
|
|
303
305
|
input:focus,
|
304
306
|
textarea:focus,
|
305
307
|
select:focus,
|
308
|
+
button:focus,
|
306
309
|
#global-header input:focus {
|
307
310
|
outline: 3px solid #ffbf47; }
|
308
311
|
|
@@ -591,10 +594,17 @@ select:focus,
|
|
591
594
|
top: 0;
|
592
595
|
width: 41px;
|
593
596
|
height: 100%; }
|
594
|
-
#footer .footer-meta .footer-meta-inner .open-government-licence h2 a
|
597
|
+
#footer .footer-meta .footer-meta-inner .open-government-licence h2 a {
|
595
598
|
display: block;
|
596
|
-
width:
|
597
|
-
height: 17px;
|
599
|
+
width: 41px;
|
600
|
+
height: 17px;
|
601
|
+
overflow: hidden;
|
602
|
+
text-indent: -999em;
|
603
|
+
background: url(<%= asset_path 'images/open-government-licence.png' %>) 0 0 no-repeat; }
|
604
|
+
@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) {
|
605
|
+
#footer .footer-meta .footer-meta-inner .open-government-licence h2 a {
|
606
|
+
background-image: url(<%= asset_path 'images/open-government-licence_2x.png' %>);
|
607
|
+
background-size: 41px 17px; } }
|
598
608
|
#footer .footer-meta .footer-meta-inner .open-government-licence p {
|
599
609
|
font-family: "nta", Arial, sans-serif;
|
600
610
|
font-size: 16px;
|
@@ -81,7 +81,7 @@ Example usage:
|
|
81
81
|
|
82
82
|
*/
|
83
83
|
/* local styleguide includes */
|
84
|
-
/*
|
84
|
+
/* Old depricated greys, new things should use the toolkit greys */
|
85
85
|
html, body, button, input, table, td, th {
|
86
86
|
font-family: "nta", Arial, sans-serif; }
|
87
87
|
|
@@ -134,9 +134,11 @@ fieldset {
|
|
134
134
|
border: none;
|
135
135
|
padding: 0; }
|
136
136
|
|
137
|
-
a
|
137
|
+
a:link {
|
138
|
+
color: #005ea5; }
|
139
|
+
|
138
140
|
a:visited {
|
139
|
-
color: #
|
141
|
+
color: #2e8aca; }
|
140
142
|
|
141
143
|
a:hover {
|
142
144
|
color: #2e8aca; }
|
@@ -145,11 +147,11 @@ a:active {
|
|
145
147
|
color: #2e8aca; }
|
146
148
|
|
147
149
|
a[rel="external"]:after {
|
148
|
-
background-image: url(<%= asset_path 'external-link.png' %>);
|
150
|
+
background-image: url(<%= asset_path 'external-links/external-link.png' %>);
|
149
151
|
background-repeat: no-repeat; }
|
150
152
|
@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) {
|
151
153
|
a[rel="external"]:after {
|
152
|
-
background-image: url(<%= asset_path 'external-link-24x24.png' %>);
|
154
|
+
background-image: url(<%= asset_path 'external-links/external-link-24x24.png' %>);
|
153
155
|
background-size: 12px 400px; } }
|
154
156
|
a[rel="external"]:after {
|
155
157
|
content: "\A0\A0\A0\A0";
|
@@ -163,11 +165,11 @@ a[rel="external"]:hover:after {
|
|
163
165
|
.external-link:hover:after {
|
164
166
|
background-position: right 0px; }
|
165
167
|
.external-link:after {
|
166
|
-
background-image: url(<%= asset_path 'external-link-black-12x12.png' %>);
|
168
|
+
background-image: url(<%= asset_path 'external-links/external-link-black-12x12.png' %>);
|
167
169
|
background-repeat: no-repeat; }
|
168
170
|
@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) {
|
169
171
|
.external-link:after {
|
170
|
-
background-image: url(<%= asset_path 'external-link-black-24x24.png' %>);
|
172
|
+
background-image: url(<%= asset_path 'external-links/external-link-black-24x24.png' %>);
|
171
173
|
background-size: 12px 400px; } }
|
172
174
|
|
173
175
|
/*
|
@@ -299,6 +301,7 @@ a:focus {
|
|
299
301
|
input:focus,
|
300
302
|
textarea:focus,
|
301
303
|
select:focus,
|
304
|
+
button:focus,
|
302
305
|
#global-header input:focus {
|
303
306
|
outline: 3px solid #ffbf47; }
|
304
307
|
|
@@ -578,10 +581,17 @@ select:focus,
|
|
578
581
|
top: 0;
|
579
582
|
width: 41px;
|
580
583
|
height: 100%; }
|
581
|
-
#footer .footer-meta .footer-meta-inner .open-government-licence h2 a
|
584
|
+
#footer .footer-meta .footer-meta-inner .open-government-licence h2 a {
|
582
585
|
display: block;
|
583
|
-
width:
|
584
|
-
height: 17px;
|
586
|
+
width: 41px;
|
587
|
+
height: 17px;
|
588
|
+
overflow: hidden;
|
589
|
+
text-indent: -999em;
|
590
|
+
background: url(<%= asset_path 'images/open-government-licence.png' %>) 0 0 no-repeat; }
|
591
|
+
@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) {
|
592
|
+
#footer .footer-meta .footer-meta-inner .open-government-licence h2 a {
|
593
|
+
background-image: url(<%= asset_path 'images/open-government-licence_2x.png' %>);
|
594
|
+
background-size: 41px 17px; } }
|
585
595
|
#footer .footer-meta .footer-meta-inner .open-government-licence p {
|
586
596
|
font-family: "nta", Arial, sans-serif;
|
587
597
|
font-size: 16px;
|
@@ -81,7 +81,7 @@ Example usage:
|
|
81
81
|
|
82
82
|
*/
|
83
83
|
/* local styleguide includes */
|
84
|
-
/*
|
84
|
+
/* Old depricated greys, new things should use the toolkit greys */
|
85
85
|
html, body, button, input, table, td, th {
|
86
86
|
font-family: "nta", Arial, sans-serif; }
|
87
87
|
|
@@ -134,9 +134,11 @@ fieldset {
|
|
134
134
|
border: none;
|
135
135
|
padding: 0; }
|
136
136
|
|
137
|
-
a
|
137
|
+
a:link {
|
138
|
+
color: #005ea5; }
|
139
|
+
|
138
140
|
a:visited {
|
139
|
-
color: #
|
141
|
+
color: #2e8aca; }
|
140
142
|
|
141
143
|
a:hover {
|
142
144
|
color: #2e8aca; }
|
@@ -145,11 +147,11 @@ a:active {
|
|
145
147
|
color: #2e8aca; }
|
146
148
|
|
147
149
|
a[rel="external"]:after {
|
148
|
-
background-image: url(<%= asset_path 'external-link.png' %>);
|
150
|
+
background-image: url(<%= asset_path 'external-links/external-link.png' %>);
|
149
151
|
background-repeat: no-repeat; }
|
150
152
|
@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) {
|
151
153
|
a[rel="external"]:after {
|
152
|
-
background-image: url(<%= asset_path 'external-link-24x24.png' %>);
|
154
|
+
background-image: url(<%= asset_path 'external-links/external-link-24x24.png' %>);
|
153
155
|
background-size: 12px 400px; } }
|
154
156
|
a[rel="external"]:after {
|
155
157
|
content: "\A0\A0\A0\A0";
|
@@ -169,11 +171,11 @@ a[rel="external"]:hover:after {
|
|
169
171
|
.external-link:hover:after {
|
170
172
|
background-position: right 0px; }
|
171
173
|
.external-link:after {
|
172
|
-
background-image: url(<%= asset_path 'external-link-black-12x12.png' %>);
|
174
|
+
background-image: url(<%= asset_path 'external-links/external-link-black-12x12.png' %>);
|
173
175
|
background-repeat: no-repeat; }
|
174
176
|
@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) {
|
175
177
|
.external-link:after {
|
176
|
-
background-image: url(<%= asset_path 'external-link-black-24x24.png' %>);
|
178
|
+
background-image: url(<%= asset_path 'external-links/external-link-black-24x24.png' %>);
|
177
179
|
background-size: 12px 400px; } }
|
178
180
|
|
179
181
|
/*
|
@@ -305,6 +307,7 @@ a:focus {
|
|
305
307
|
input:focus,
|
306
308
|
textarea:focus,
|
307
309
|
select:focus,
|
310
|
+
button:focus,
|
308
311
|
#global-header input:focus {
|
309
312
|
outline: 3px solid #ffbf47; }
|
310
313
|
|
@@ -626,10 +629,17 @@ select:focus,
|
|
626
629
|
position: static;
|
627
630
|
width: auto;
|
628
631
|
margin-bottom: 1em; } }
|
629
|
-
#footer .footer-meta .footer-meta-inner .open-government-licence h2 a
|
632
|
+
#footer .footer-meta .footer-meta-inner .open-government-licence h2 a {
|
630
633
|
display: block;
|
631
|
-
width:
|
632
|
-
height: 17px;
|
634
|
+
width: 41px;
|
635
|
+
height: 17px;
|
636
|
+
overflow: hidden;
|
637
|
+
text-indent: -999em;
|
638
|
+
background: url(<%= asset_path 'images/open-government-licence.png' %>) 0 0 no-repeat; }
|
639
|
+
@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) {
|
640
|
+
#footer .footer-meta .footer-meta-inner .open-government-licence h2 a {
|
641
|
+
background-image: url(<%= asset_path 'images/open-government-licence_2x.png' %>);
|
642
|
+
background-size: 41px 17px; } }
|
633
643
|
#footer .footer-meta .footer-meta-inner .open-government-licence p {
|
634
644
|
font-family: "nta", Arial, sans-serif;
|
635
645
|
font-size: 16px;
|
Binary file
|
Binary file
|
@@ -438,7 +438,7 @@ body.beta .indicator {
|
|
438
438
|
-webkit-box-shadow: 0 2px 0 #003518;
|
439
439
|
-moz-box-shadow: 0 2px 0 #003518;
|
440
440
|
box-shadow: 0 2px 0 #003518; }
|
441
|
-
.button:hover, .button:focus, .button:visited {
|
441
|
+
.button:link, .button:hover, .button:focus, .button:visited {
|
442
442
|
color: white; }
|
443
443
|
.button:before {
|
444
444
|
content: "";
|
@@ -499,7 +499,7 @@ body.beta .indicator {
|
|
499
499
|
-webkit-box-shadow: 0 2px 0 #b5babe;
|
500
500
|
-moz-box-shadow: 0 2px 0 #b5babe;
|
501
501
|
box-shadow: 0 2px 0 #b5babe; }
|
502
|
-
.button-secondary:hover, .button-secondary:focus, .button-secondary:visited {
|
502
|
+
.button-secondary:link, .button-secondary:hover, .button-secondary:focus, .button-secondary:visited {
|
503
503
|
color: #0b0c0c; }
|
504
504
|
.button-secondary:before {
|
505
505
|
content: "";
|
@@ -560,7 +560,7 @@ body.beta .indicator {
|
|
560
560
|
-webkit-box-shadow: 0 2px 0 #6a0812;
|
561
561
|
-moz-box-shadow: 0 2px 0 #6a0812;
|
562
562
|
box-shadow: 0 2px 0 #6a0812; }
|
563
|
-
.button-warning:hover, .button-warning:focus, .button-warning:visited {
|
563
|
+
.button-warning:link, .button-warning:hover, .button-warning:focus, .button-warning:visited {
|
564
564
|
color: white; }
|
565
565
|
.button-warning:before {
|
566
566
|
content: "";
|
@@ -191,7 +191,7 @@
|
|
191
191
|
</ul>
|
192
192
|
|
193
193
|
<div class="open-government-licence">
|
194
|
-
<h2><a href="http://www.nationalarchives.gov.uk/doc/open-government-licence/version/2"
|
194
|
+
<h2><a href="http://www.nationalarchives.gov.uk/doc/open-government-licence/version/2">Open Government Licence</a></h2>
|
195
195
|
<p>All content is available under the <a href="http://www.nationalarchives.gov.uk/doc/open-government-licence/version/2">Open Government Licence v2.0</a>, except where otherwise stated</p>
|
196
196
|
</div>
|
197
197
|
</div>
|
data/lib/moj_template/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: moj_template
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dom Smith
|
@@ -72,28 +72,28 @@ dependencies:
|
|
72
72
|
requirements:
|
73
73
|
- - '='
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: 0.6.
|
75
|
+
version: 0.6.2
|
76
76
|
type: :development
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
80
|
- - '='
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: 0.6.
|
82
|
+
version: 0.6.2
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
84
|
name: govuk_frontend_toolkit
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
86
86
|
requirements:
|
87
87
|
- - '='
|
88
88
|
- !ruby/object:Gem::Version
|
89
|
-
version: 0.43.
|
89
|
+
version: 0.43.2
|
90
90
|
type: :development
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
94
|
- - '='
|
95
95
|
- !ruby/object:Gem::Version
|
96
|
-
version: 0.43.
|
96
|
+
version: 0.43.2
|
97
97
|
- !ruby/object:Gem::Dependency
|
98
98
|
name: gem_publisher
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
@@ -123,7 +123,6 @@ files:
|
|
123
123
|
- app/assets/images/gov.uk_logotype_crown.png
|
124
124
|
- app/assets/images/gov.uk_logotype_crown_invert.png
|
125
125
|
- app/assets/images/gov.uk_logotype_crown_invert_trans.png
|
126
|
-
- app/assets/images/open-government-licence_2x.png
|
127
126
|
- app/assets/images/opengraph-image.png
|
128
127
|
- app/assets/javascripts/govuk-template.js
|
129
128
|
- app/assets/javascripts/ie.js
|
@@ -131,10 +130,10 @@ files:
|
|
131
130
|
- app/assets/javascripts/moj.js
|
132
131
|
- app/assets/javascripts/vendor/goog/webfont-debug.js
|
133
132
|
- app/assets/javascripts/vendor/jquery/jquery-1.11.0.min.js
|
134
|
-
- app/assets/stylesheets/external-link-24x24.png
|
135
|
-
- app/assets/stylesheets/external-link-black-12x12.png
|
136
|
-
- app/assets/stylesheets/external-link-black-24x24.png
|
137
|
-
- app/assets/stylesheets/external-link.png
|
133
|
+
- app/assets/stylesheets/external-links/external-link-24x24.png
|
134
|
+
- app/assets/stylesheets/external-links/external-link-black-12x12.png
|
135
|
+
- app/assets/stylesheets/external-links/external-link-black-24x24.png
|
136
|
+
- app/assets/stylesheets/external-links/external-link.png
|
138
137
|
- app/assets/stylesheets/fonts/NTA-Bold-20130221.eot
|
139
138
|
- app/assets/stylesheets/fonts/NTA-Bold-20130221.woff
|
140
139
|
- app/assets/stylesheets/fonts/NTA-Light-20130221.eot
|
@@ -154,6 +153,8 @@ files:
|
|
154
153
|
- app/assets/stylesheets/images/govuk-crest-2x.png
|
155
154
|
- app/assets/stylesheets/images/govuk-crest-ie.png
|
156
155
|
- app/assets/stylesheets/images/govuk-crest.png
|
156
|
+
- app/assets/stylesheets/images/open-government-licence.png
|
157
|
+
- app/assets/stylesheets/images/open-government-licence_2x.png
|
157
158
|
- app/assets/stylesheets/images/separator-2x.png
|
158
159
|
- app/assets/stylesheets/images/separator.png
|
159
160
|
- app/assets/stylesheets/moj-template.css.erb
|
@@ -185,7 +186,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
185
186
|
version: '0'
|
186
187
|
requirements: []
|
187
188
|
rubyforge_project:
|
188
|
-
rubygems_version: 2.0.
|
189
|
+
rubygems_version: 2.0.3
|
189
190
|
signing_key:
|
190
191
|
specification_version: 4
|
191
192
|
summary: MOJ DS Template
|
Binary file
|