From 11def382648335e0559db0a49690d7b2c51e4259 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sat, 18 Oct 2008 17:13:54 -0700 Subject: [PATCH] Fixed a bug in the definition of push. The left margin was incorrect. --- frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass b/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass index 15b63648..70f5f216 100755 --- a/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass +++ b/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass @@ -77,7 +77,7 @@ :top 0 :right = -!layout_grid_outer_width * !n :bottom 1.5em - :left = -!layout_grid_outer_width * !n + :left = !layout_grid_outer_width * !n // Border on right hand side of a column. =border