Skip to content

Commit

Permalink
fixing a missing context.
Browse files Browse the repository at this point in the history
  • Loading branch information
heygrady committed May 15, 2012
1 parent aecd2f1 commit 1077146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stylesheets/grid/_fluid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ $fluid-support-for-ie7: false !default;

// alter the margins of a column
@mixin fluid-offset($i: 1, $plus: 0, $side: left, $context: $grid-columns, $context-plus: 0) {
margin-#{$side}: (fluid-column-width($i, $plus) + fluid-gutter-width($context, $context-plus) * 3);
margin-#{$side}: (fluid-column-width($i, $plus, $context, $context-plus) + fluid-gutter-width($context, $context-plus) * 3);
@if $fluid-support-for-ie7 {
*margin-#{$side}: (fluid-column-width($i, $plus, $context, $context-plus, $nudge: nudge) + fluid-gutter-width($context, $context-plus, $nudge: nudge) * 3);
}
Expand Down

0 comments on commit 1077146

Please sign in to comment.