Skip to content

Commit

Permalink
Don't use a non-breaking space
Browse files Browse the repository at this point in the history
This affects the print styles, shifting the logo to the right
  • Loading branch information
Alex Torrance committed Oct 30, 2013
1 parent 7d8a099 commit fbd5cec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/assets/stylesheets/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
width: 35px;
height: 31px;

padding-right: 5px;
padding-right: 8px;

float: left;
display: inline;
Expand Down
2 changes: 1 addition & 1 deletion source/views/layouts/govuk_template.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<div class="header-global">
<div class="header-logo">
<a href="https://www.gov.uk/" title="Go to the GOV.UK homepage" id="logo" class="content">
<img src="<%= asset_path 'gov.uk_logotype_crown.png' %>" alt="">&nbsp;<span>GOV&nbsp;<span>.</span>UK</span>
<img src="<%= asset_path 'gov.uk_logotype_crown.png' %>" alt=""> <span>GOV&nbsp;<span>.</span>UK</span>
</a>
</div>

Expand Down

0 comments on commit fbd5cec

Please sign in to comment.