Skip to content

Commit

Permalink
Added missing syntax to _tag_cloud.sass, fixes invalid CSS for :line-…
Browse files Browse the repository at this point in the history
…height

Signed-off-by: Chris Eppstein <chris@eppsteins.net>
  • Loading branch information
bmaland authored and chriseppstein committed Jun 12, 2009
1 parent e844b6a commit be5c0ff
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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
Expand Down

0 comments on commit be5c0ff

Please sign in to comment.