Skip to content

Commit

Permalink
Allow the experimental grid to have top/bottom margin.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAlbin committed Apr 25, 2012
1 parent 1d518c1 commit adcbfe3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stylesheets/zen/_background-grid.scss
Expand Up @@ -34,7 +34,8 @@ $bg-grid-color: #ffdede !default;
position: absolute;
position: fixed;
z-index: -1;
margin: 0 auto;
margin-left: auto;
margin-right: auto;
width: $grid-width;
height: 100%;
font-size: $font-size;
Expand Down

0 comments on commit adcbfe3

Please sign in to comment.