govuk_template 0.6.2 → 0.6.3
Sign up to get free protection for your applications and to get access to all the features.
- data/app/assets/stylesheets/govuk-template-ie6.css.erb +0 -1
- data/app/assets/stylesheets/govuk-template-ie7.css.erb +0 -1
- data/app/assets/stylesheets/govuk-template-ie8.css.erb +0 -1
- data/app/assets/stylesheets/govuk-template.css.erb +0 -1
- data/app/views/layouts/govuk_template.html.erb +1 -1
- data/lib/govuk_template/version.rb +1 -1
- metadata +4 -4
@@ -358,7 +358,6 @@ button:focus,
|
|
358
358
|
#global-header .header-wrapper {
|
359
359
|
padding: 0.5em 0; } }
|
360
360
|
#global-header .header-wrapper .header-global .header-logo {
|
361
|
-
width: 49%;
|
362
361
|
float: left; }
|
363
362
|
@media (min-width: 769px) {
|
364
363
|
#global-header .header-wrapper .header-global .header-logo {
|
@@ -71,7 +71,7 @@
|
|
71
71
|
<div class="header-global">
|
72
72
|
<div class="header-logo">
|
73
73
|
<a href="https://www.gov.uk/" title="Go to the GOV.UK homepage" id="logo" class="content">
|
74
|
-
<img src="<%= asset_path 'gov.uk_logotype_crown.png' %>" alt=""> GOV.UK
|
74
|
+
<img src="<%= asset_path 'gov.uk_logotype_crown.png' %>" width="35" height="31" alt=""> GOV.UK
|
75
75
|
</a>
|
76
76
|
</div>
|
77
77
|
<%= yield :inside_header %>
|
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.3
|
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-
|
12
|
+
date: 2014-03-18 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -190,7 +190,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
190
190
|
version: '0'
|
191
191
|
segments:
|
192
192
|
- 0
|
193
|
-
hash:
|
193
|
+
hash: 3745141555670247667
|
194
194
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
195
195
|
none: false
|
196
196
|
requirements:
|
@@ -199,7 +199,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
199
199
|
version: '0'
|
200
200
|
segments:
|
201
201
|
- 0
|
202
|
-
hash:
|
202
|
+
hash: 3745141555670247667
|
203
203
|
requirements: []
|
204
204
|
rubyforge_project:
|
205
205
|
rubygems_version: 1.8.23
|