Skip to content

Commit

Permalink
Merge pull request #611 from alphagov/future-proof-blockquotes
Browse files Browse the repository at this point in the history
Show closing quote on govspeak blockquotes
  • Loading branch information
edds committed Jul 2, 2015
2 parents bc70a14 + e6a0a87 commit 7dc7ccb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/assets/stylesheets/govuk-component/_govspeak.scss
Original file line number Diff line number Diff line change
Expand Up @@ -156,14 +156,14 @@
padding-left: $gutter;
}

&:before {
&:before {
content: "\201C";
float: left;
clear: both;
margin-left: -$gutter-half;
}

&.last-child:after {
&:last-child:after {
content: "\201D";
}
}
Expand All @@ -183,14 +183,14 @@
padding-left: 0;
}

&:before {
&:before {
content: "\201D";
float: right;
margin-right: -$gutter-half;
margin-left: 0;
}

&.last-child:after {
&:last-child:after {
content: "\201C";
}
}
Expand Down

0 comments on commit 7dc7ccb

Please sign in to comment.