Merge pull request #776 from JohnAlbin/vert-rhythm-codestyle-1

Fix code style in vertical_rhythm's apply-side-rhythm-border().
This commit is contained in:
Chris Eppstein 2012-03-13 22:38:55 -07:00
commit 795c91d262

View File

@ -193,7 +193,8 @@ $base-half-leader: $base-leader / 2;
} }
border: { border: {
style: $border-style; style: $border-style;
width: $font-unit * $width / $font-size; }; width: $font-unit * $width / $font-size;
};
padding: $font-unit / $font-size * ($lines * $base-line-height - $width); padding: $font-unit / $font-size * ($lines * $base-line-height - $width);
} }