Fixed a bug in the definition of push. The left margin was incorrect.

This commit is contained in:
Chris Eppstein 2008-10-18 17:13:54 -07:00
parent 595b1a0849
commit 11def38264

View File

@ -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