From c1584f9212df44ff838e3997f0ce354070d1c480 Mon Sep 17 00:00:00 2001 From: JohnAlbin Date: Mon, 12 Mar 2012 17:23:56 +0800 Subject: [PATCH] Fix code style in vertical_rhythm's apply-side-rhythm-border(). --- .../stylesheets/compass/typography/_vertical_rhythm.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss b/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss index f041ebc0..7e0db195 100644 --- a/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss +++ b/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss @@ -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); }