Added missing syntax to _tag_cloud.sass, fixes invalid CSS for :line-height

Signed-off-by: Chris Eppstein <chris@eppsteins.net>
This commit is contained in:
Bjørn Arild Mæland 2009-06-13 04:08:56 +08:00 committed by Chris Eppstein
parent e844b6ade7
commit be5c0ff673

View File

@ -3,7 +3,7 @@
:font-size= !base_size :font-size= !base_size
:line-height= 1.2 * !base_size :line-height= 1.2 * !base_size
.xxs, .xs, .s, .l, .xl, .xxl .xxs, .xs, .s, .l, .xl, .xxl
:line-height 1.2 !base_size :line-height= 1.2 * !base_size
.xxs .xxs
:font-size= !base_size / 2.0 :font-size= !base_size / 2.0
.xs .xs