Skip to content

Commit

Permalink
Changed background-repeat to repeat-x for module-billboard to prevent…
Browse files Browse the repository at this point in the history
… background colour from bleeding in at larger widths.
  • Loading branch information
Paul Jackson authored and Paul Jackson committed Mar 30, 2013
1 parent ee606c3 commit 8909d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grids/sass/includes/_module.scss
Expand Up @@ -72,7 +72,7 @@
min-height: 32px;
padding: $spacing-medium;
text-decoration: none;
background-repeat: no-repeat;
background-repeat: repeat-x;
background-position: 100% 0; //top right;
text-shadow: -1px -1px 0 #333, 1px -1px 0 #333, -1px 1px 0 #555, 1px 1px 0 #000;
font-weight: 700;
Expand Down

0 comments on commit 8909d05

Please sign in to comment.