Fix code style in vertical_rhythm's apply-side-rhythm-border().

This commit is contained in:
JohnAlbin 2012-03-12 17:23:56 +08:00
parent a700e5d521
commit c1584f9212

View File

@ -193,7 +193,8 @@ $base-half-leader: $base-leader / 2;
}
border: {
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);
}