Skip to content

Commit

Permalink
Merge pull request #313 from alphagov/fix-drifting-text-ie6
Browse files Browse the repository at this point in the history
Fix text in articles being clipped on the left-hand side
  • Loading branch information
alext committed Aug 27, 2013
2 parents 686c427 + 1d4521d commit 5ac7e49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/assets/stylesheets/text.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import "_shims";

/*
* Text styles for articles.
* It's kind of like typography innit.
Expand Down Expand Up @@ -416,6 +418,7 @@ article .info-notice {
background: none;
border-left: 10px $grey-8 solid;
margin-bottom: 1em;
@extend %contain-floats;
}

article .help-notice p,
Expand Down

0 comments on commit 5ac7e49

Please sign in to comment.