govuk_template 0.6.0 → 0.6.1
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.
- 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 +7 -5
- data/app/assets/stylesheets/govuk-template-ie7.css.erb +7 -5
- data/app/assets/stylesheets/govuk-template-ie8.css.erb +7 -5
- data/app/assets/stylesheets/govuk-template.css.erb +7 -5
- data/lib/govuk_template/version.rb +1 -1
- metadata +10 -10
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
|
|
@@ -135,7 +135,9 @@ fieldset {
|
|
|
135
135
|
border: none;
|
|
136
136
|
padding: 0; }
|
|
137
137
|
|
|
138
|
-
a
|
|
138
|
+
a:link {
|
|
139
|
+
color: #2e3191; }
|
|
140
|
+
|
|
139
141
|
a:visited {
|
|
140
142
|
color: #2e3191; }
|
|
141
143
|
|
|
@@ -146,11 +148,11 @@ a:active {
|
|
|
146
148
|
color: #2e8aca; }
|
|
147
149
|
|
|
148
150
|
a[rel="external"]:after {
|
|
149
|
-
background-image: url(<%= asset_path 'external-link.png' %>);
|
|
151
|
+
background-image: url(<%= asset_path 'external-links/external-link.png' %>);
|
|
150
152
|
background-repeat: no-repeat; }
|
|
151
153
|
@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) {
|
|
152
154
|
a[rel="external"]:after {
|
|
153
|
-
background-image: url(<%= asset_path 'external-link-24x24.png' %>);
|
|
155
|
+
background-image: url(<%= asset_path 'external-links/external-link-24x24.png' %>);
|
|
154
156
|
background-size: 12px 400px; } }
|
|
155
157
|
a[rel="external"]:after {
|
|
156
158
|
content: "\A0\A0\A0\A0";
|
|
@@ -164,11 +166,11 @@ a[rel="external"]:hover:after {
|
|
|
164
166
|
.external-link:hover:after {
|
|
165
167
|
background-position: right 0px; }
|
|
166
168
|
.external-link:after {
|
|
167
|
-
background-image: url(<%= asset_path 'external-link-black-12x12.png' %>);
|
|
169
|
+
background-image: url(<%= asset_path 'external-links/external-link-black-12x12.png' %>);
|
|
168
170
|
background-repeat: no-repeat; }
|
|
169
171
|
@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) {
|
|
170
172
|
.external-link:after {
|
|
171
|
-
background-image: url(<%= asset_path 'external-link-black-24x24.png' %>);
|
|
173
|
+
background-image: url(<%= asset_path 'external-links/external-link-black-24x24.png' %>);
|
|
172
174
|
background-size: 12px 400px; } }
|
|
173
175
|
|
|
174
176
|
/*
|
|
@@ -135,7 +135,9 @@ fieldset {
|
|
|
135
135
|
border: none;
|
|
136
136
|
padding: 0; }
|
|
137
137
|
|
|
138
|
-
a
|
|
138
|
+
a:link {
|
|
139
|
+
color: #2e3191; }
|
|
140
|
+
|
|
139
141
|
a:visited {
|
|
140
142
|
color: #2e3191; }
|
|
141
143
|
|
|
@@ -146,11 +148,11 @@ a:active {
|
|
|
146
148
|
color: #2e8aca; }
|
|
147
149
|
|
|
148
150
|
a[rel="external"]:after {
|
|
149
|
-
background-image: url(<%= asset_path 'external-link.png' %>);
|
|
151
|
+
background-image: url(<%= asset_path 'external-links/external-link.png' %>);
|
|
150
152
|
background-repeat: no-repeat; }
|
|
151
153
|
@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) {
|
|
152
154
|
a[rel="external"]:after {
|
|
153
|
-
background-image: url(<%= asset_path 'external-link-24x24.png' %>);
|
|
155
|
+
background-image: url(<%= asset_path 'external-links/external-link-24x24.png' %>);
|
|
154
156
|
background-size: 12px 400px; } }
|
|
155
157
|
a[rel="external"]:after {
|
|
156
158
|
content: "\A0\A0\A0\A0";
|
|
@@ -164,11 +166,11 @@ a[rel="external"]:hover:after {
|
|
|
164
166
|
.external-link:hover:after {
|
|
165
167
|
background-position: right 0px; }
|
|
166
168
|
.external-link:after {
|
|
167
|
-
background-image: url(<%= asset_path 'external-link-black-12x12.png' %>);
|
|
169
|
+
background-image: url(<%= asset_path 'external-links/external-link-black-12x12.png' %>);
|
|
168
170
|
background-repeat: no-repeat; }
|
|
169
171
|
@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) {
|
|
170
172
|
.external-link:after {
|
|
171
|
-
background-image: url(<%= asset_path 'external-link-black-24x24.png' %>);
|
|
173
|
+
background-image: url(<%= asset_path 'external-links/external-link-black-24x24.png' %>);
|
|
172
174
|
background-size: 12px 400px; } }
|
|
173
175
|
|
|
174
176
|
/*
|
|
@@ -133,7 +133,9 @@ fieldset {
|
|
|
133
133
|
border: none;
|
|
134
134
|
padding: 0; }
|
|
135
135
|
|
|
136
|
-
a
|
|
136
|
+
a:link {
|
|
137
|
+
color: #2e3191; }
|
|
138
|
+
|
|
137
139
|
a:visited {
|
|
138
140
|
color: #2e3191; }
|
|
139
141
|
|
|
@@ -144,11 +146,11 @@ a:active {
|
|
|
144
146
|
color: #2e8aca; }
|
|
145
147
|
|
|
146
148
|
a[rel="external"]:after {
|
|
147
|
-
background-image: url(<%= asset_path 'external-link.png' %>);
|
|
149
|
+
background-image: url(<%= asset_path 'external-links/external-link.png' %>);
|
|
148
150
|
background-repeat: no-repeat; }
|
|
149
151
|
@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) {
|
|
150
152
|
a[rel="external"]:after {
|
|
151
|
-
background-image: url(<%= asset_path 'external-link-24x24.png' %>);
|
|
153
|
+
background-image: url(<%= asset_path 'external-links/external-link-24x24.png' %>);
|
|
152
154
|
background-size: 12px 400px; } }
|
|
153
155
|
a[rel="external"]:after {
|
|
154
156
|
content: "\A0\A0\A0\A0";
|
|
@@ -162,11 +164,11 @@ a[rel="external"]:hover:after {
|
|
|
162
164
|
.external-link:hover:after {
|
|
163
165
|
background-position: right 0px; }
|
|
164
166
|
.external-link:after {
|
|
165
|
-
background-image: url(<%= asset_path 'external-link-black-12x12.png' %>);
|
|
167
|
+
background-image: url(<%= asset_path 'external-links/external-link-black-12x12.png' %>);
|
|
166
168
|
background-repeat: no-repeat; }
|
|
167
169
|
@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) {
|
|
168
170
|
.external-link:after {
|
|
169
|
-
background-image: url(<%= asset_path 'external-link-black-24x24.png' %>);
|
|
171
|
+
background-image: url(<%= asset_path 'external-links/external-link-black-24x24.png' %>);
|
|
170
172
|
background-size: 12px 400px; } }
|
|
171
173
|
|
|
172
174
|
/*
|
|
@@ -133,7 +133,9 @@ fieldset {
|
|
|
133
133
|
border: none;
|
|
134
134
|
padding: 0; }
|
|
135
135
|
|
|
136
|
-
a
|
|
136
|
+
a:link {
|
|
137
|
+
color: #2e3191; }
|
|
138
|
+
|
|
137
139
|
a:visited {
|
|
138
140
|
color: #2e3191; }
|
|
139
141
|
|
|
@@ -144,11 +146,11 @@ a:active {
|
|
|
144
146
|
color: #2e8aca; }
|
|
145
147
|
|
|
146
148
|
a[rel="external"]:after {
|
|
147
|
-
background-image: url(<%= asset_path 'external-link.png' %>);
|
|
149
|
+
background-image: url(<%= asset_path 'external-links/external-link.png' %>);
|
|
148
150
|
background-repeat: no-repeat; }
|
|
149
151
|
@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) {
|
|
150
152
|
a[rel="external"]:after {
|
|
151
|
-
background-image: url(<%= asset_path 'external-link-24x24.png' %>);
|
|
153
|
+
background-image: url(<%= asset_path 'external-links/external-link-24x24.png' %>);
|
|
152
154
|
background-size: 12px 400px; } }
|
|
153
155
|
a[rel="external"]:after {
|
|
154
156
|
content: "\A0\A0\A0\A0";
|
|
@@ -168,11 +170,11 @@ a[rel="external"]:hover:after {
|
|
|
168
170
|
.external-link:hover:after {
|
|
169
171
|
background-position: right 0px; }
|
|
170
172
|
.external-link:after {
|
|
171
|
-
background-image: url(<%= asset_path 'external-link-black-12x12.png' %>);
|
|
173
|
+
background-image: url(<%= asset_path 'external-links/external-link-black-12x12.png' %>);
|
|
172
174
|
background-repeat: no-repeat; }
|
|
173
175
|
@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) {
|
|
174
176
|
.external-link:after {
|
|
175
|
-
background-image: url(<%= asset_path 'external-link-black-24x24.png' %>);
|
|
177
|
+
background-image: url(<%= asset_path 'external-links/external-link-black-24x24.png' %>);
|
|
176
178
|
background-size: 12px 400px; } }
|
|
177
179
|
|
|
178
180
|
/*
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: govuk_template
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2014-02-
|
|
12
|
+
date: 2014-02-17 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
@@ -82,7 +82,7 @@ dependencies:
|
|
|
82
82
|
requirements:
|
|
83
83
|
- - '='
|
|
84
84
|
- !ruby/object:Gem::Version
|
|
85
|
-
version: 0.
|
|
85
|
+
version: 0.43.1
|
|
86
86
|
type: :development
|
|
87
87
|
prerelease: false
|
|
88
88
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -90,7 +90,7 @@ dependencies:
|
|
|
90
90
|
requirements:
|
|
91
91
|
- - '='
|
|
92
92
|
- !ruby/object:Gem::Version
|
|
93
|
-
version: 0.
|
|
93
|
+
version: 0.43.1
|
|
94
94
|
- !ruby/object:Gem::Dependency
|
|
95
95
|
name: gem_publisher
|
|
96
96
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -131,9 +131,7 @@ extensions: []
|
|
|
131
131
|
extra_rdoc_files: []
|
|
132
132
|
files:
|
|
133
133
|
- app/views/layouts/govuk_template.html.erb
|
|
134
|
-
- app/assets/stylesheets/external-link-black-12x12.png
|
|
135
134
|
- app/assets/stylesheets/govuk-template.css.erb
|
|
136
|
-
- app/assets/stylesheets/external-link-24x24.png
|
|
137
135
|
- app/assets/stylesheets/govuk-template-ie7.css.erb
|
|
138
136
|
- app/assets/stylesheets/fonts-ie8.css.erb
|
|
139
137
|
- app/assets/stylesheets/images/separator.png
|
|
@@ -142,7 +140,6 @@ files:
|
|
|
142
140
|
- app/assets/stylesheets/images/close.png
|
|
143
141
|
- app/assets/stylesheets/images/govuk-crest-2x.png
|
|
144
142
|
- app/assets/stylesheets/images/govuk-crest-ie.png
|
|
145
|
-
- app/assets/stylesheets/external-link.png
|
|
146
143
|
- app/assets/stylesheets/fonts/NTATabularNumbers-Bold.woff
|
|
147
144
|
- app/assets/stylesheets/fonts/NTATabularNumbers-Light.woff
|
|
148
145
|
- app/assets/stylesheets/fonts/NTATabularNumbers-Bold.eot
|
|
@@ -152,9 +149,12 @@ files:
|
|
|
152
149
|
- app/assets/stylesheets/fonts/NTA-Bold-20130221.woff
|
|
153
150
|
- app/assets/stylesheets/fonts/NTA-Light-20130221.eot
|
|
154
151
|
- app/assets/stylesheets/govuk-template-ie8.css.erb
|
|
152
|
+
- app/assets/stylesheets/external-links/external-link-black-12x12.png
|
|
153
|
+
- app/assets/stylesheets/external-links/external-link-24x24.png
|
|
154
|
+
- app/assets/stylesheets/external-links/external-link.png
|
|
155
|
+
- app/assets/stylesheets/external-links/external-link-black-24x24.png
|
|
155
156
|
- app/assets/stylesheets/govuk-template-ie6.css.erb
|
|
156
157
|
- app/assets/stylesheets/fonts.css.erb
|
|
157
|
-
- app/assets/stylesheets/external-link-black-24x24.png
|
|
158
158
|
- app/assets/stylesheets/govuk-template-print.css.erb
|
|
159
159
|
- app/assets/images/open-government-licence_2x.png
|
|
160
160
|
- app/assets/images/apple-touch-icon-144x144.png
|
|
@@ -189,7 +189,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
189
189
|
version: '0'
|
|
190
190
|
segments:
|
|
191
191
|
- 0
|
|
192
|
-
hash:
|
|
192
|
+
hash: 4173858726123326876
|
|
193
193
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
194
194
|
none: false
|
|
195
195
|
requirements:
|
|
@@ -198,7 +198,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
198
198
|
version: '0'
|
|
199
199
|
segments:
|
|
200
200
|
- 0
|
|
201
|
-
hash:
|
|
201
|
+
hash: 4173858726123326876
|
|
202
202
|
requirements: []
|
|
203
203
|
rubyforge_project:
|
|
204
204
|
rubygems_version: 1.8.23
|