From be5c0ff6731ec5e0cdac73bc47f5603c3db899b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Arild=20M=C3=A6land?= Date: Sat, 13 Jun 2009 04:08:56 +0800 Subject: [PATCH] Added missing syntax to _tag_cloud.sass, fixes invalid CSS for :line-height Signed-off-by: Chris Eppstein --- .../stylesheets/compass/utilities/general/_tag_cloud.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/compass/stylesheets/compass/utilities/general/_tag_cloud.sass b/frameworks/compass/stylesheets/compass/utilities/general/_tag_cloud.sass index ad3c1379..3f6665dc 100644 --- a/frameworks/compass/stylesheets/compass/utilities/general/_tag_cloud.sass +++ b/frameworks/compass/stylesheets/compass/utilities/general/_tag_cloud.sass @@ -3,7 +3,7 @@ :font-size= !base_size :line-height= 1.2 * !base_size .xxs, .xs, .s, .l, .xl, .xxl - :line-height 1.2 !base_size + :line-height= 1.2 * !base_size .xxs :font-size= !base_size / 2.0 .xs