Skip to content

Commit

Permalink
grid-background vertical rhythm should be based off of $blueprint-fon…
Browse files Browse the repository at this point in the history
…t-size, rather than a static value.

Closes CompassGH-429.
  • Loading branch information
ltackett authored and chriseppstein committed Jul 3, 2011
1 parent d7115ca commit 8d8d3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frameworks/blueprint/stylesheets/blueprint/_debug.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
$total : $blueprint-grid-columns,
$column : $blueprint-grid-width,
$gutter : $blueprint-grid-margin,
$baseline : 20px
$baseline : $blueprint-font-size * 1.5
);
}
}
Expand Down

0 comments on commit 8d8d3ee

Please sign in to comment.