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.
@@ -356,7 +356,6 @@ button:focus,
356
356
  padding: 0.5em 15px;
357
357
  width: 960px; }
358
358
  #global-header .header-wrapper .header-global .header-logo {
359
- width: 49%;
360
359
  float: left;
361
360
  width: 33.33%; }
362
361
  @media screen and (max-width: 379px) {
@@ -355,7 +355,6 @@ button:focus,
355
355
  margin: 0 auto;
356
356
  padding: 0.5em 15px; }
357
357
  #global-header .header-wrapper .header-global .header-logo {
358
- width: 49%;
359
358
  float: left;
360
359
  width: 33.33%; }
361
360
  @media screen and (max-width: 379px) {
@@ -349,7 +349,6 @@ button:focus,
349
349
  margin: 0 auto;
350
350
  padding: 0.5em 15px; }
351
351
  #global-header .header-wrapper .header-global .header-logo {
352
- width: 49%;
353
352
  float: left;
354
353
  width: 33.33%; }
355
354
  @media screen and (max-width: 379px) {
@@ -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 %>
@@ -1,3 +1,3 @@
1
1
  module GovukTemplate
2
- VERSION = "0.6.2"
2
+ VERSION = "0.6.3"
3
3
  end
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.2
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-02-21 00:00:00.000000000 Z
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: 980982908691534335
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: 980982908691534335
202
+ hash: 3745141555670247667
203
203
  requirements: []
204
204
  rubyforge_project:
205
205
  rubygems_version: 1.8.23