Skip to content

Commit

Permalink
Merge pull request dhg#70 from 46Bit/patch-1
Browse files Browse the repository at this point in the history
Padding Bug on Offset-by-eight
  • Loading branch information
dhg committed Feb 28, 2012
2 parents 4e44650 + 24bb10c commit ac856d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stylesheets/skeleton.css
Expand Up @@ -113,7 +113,7 @@
.container .offset-by-five { padding-left: 240px; }
.container .offset-by-six { padding-left: 288px; }
.container .offset-by-seven { padding-left: 336px; }
.container .offset-by-eight { padding-left: 348px; }
.container .offset-by-eight { padding-left: 384px; }
.container .offset-by-nine { padding-left: 432px; }
.container .offset-by-ten { padding-left: 480px; }
.container .offset-by-eleven { padding-left: 528px; }
Expand Down

0 comments on commit ac856d5

Please sign in to comment.