app/assets/stylesheets/govuk-template.css.erb in govuk_template-0.14.1 vs app/assets/stylesheets/govuk-template.css.erb in govuk_template-0.14.2

- old
+ new

@@ -375,20 +375,24 @@ font-size: 30px; line-height: 1em; text-decoration: none; text-rendering: optimizeLegibility; margin-bottom: -1px; - padding-bottom: 1px; } + padding-top: 1px; + background: url(<%= asset_path 'images/gov.uk_logotype_crown.png' %>) no-repeat; + background-size: 35px 31px; + background-position: 0 0; } #global-header #logo img { position: relative; - top: -2px; + top: -1px; width: 35px; height: 31px; padding-right: 6px; float: left; display: inline; line-height: inherit; - border: none; } + border: none; + visibility: hidden; } #global-header #logo:hover, #global-header #logo:focus { text-decoration: none; border-bottom: 1px solid; padding-bottom: 0; } #global-header #logo:active {