Skip to content

Commit

Permalink
Merge pull request #428 from alphagov/remove-from-gov-uk-print
Browse files Browse the repository at this point in the history
Remove "from gov.uk" on print stylesheet

This fix stems from this issue: 
https://govuk.zendesk.com/agent/#/tickets/764799
which created inconsistencies like"
https://www.gov.uk/lwfans-ceisio-gwaith/print (language inconsistency)
and
https://www.gov.uk/rent-room-in-your-home/print (duplication!)
Roo Reynolds made the decision to remove both "a guide from gov.uk" from the print template, and stop adding "from gov.uk" to the print stylesheet: this fix together with a fix to frontend (alphagov/frontend#626) addresses that.
  • Loading branch information
GrouchPotato committed Jun 26, 2014
2 parents caea939 + 059c43b commit 923355b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/assets/stylesheets/helpers/_core-print.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ main > header {
border-bottom: solid 1pt black;
padding-bottom: 6pt;
width: 80%;

&:after {
content: " from GOV.UK";
}
}

p {
Expand Down

0 comments on commit 923355b

Please sign in to comment.