From 69379ab044fd4b06f36ebade76ed41b5f4f2a67c Mon Sep 17 00:00:00 2001 From: B Mathis Date: Fri, 6 Nov 2009 15:27:28 -0600 Subject: refactored twitter javascript added fuzzy time --- stylesheets/library/_typography.sass | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'stylesheets/library/_typography.sass') diff --git a/stylesheets/library/_typography.sass b/stylesheets/library/_typography.sass index f5026cfe..34634aca 100644 --- a/stylesheets/library/_typography.sass +++ b/stylesheets/library/_typography.sass @@ -1,5 +1,6 @@ -!base_font_size ||= 14px -!base_font_size_small ||= 12px +!base_font_size ||= 16px +!small ||= floor(!base_font_size * .85) +!big ||= floor(!base_font_size * 1.25) !base_font_color ||= #333 !h6 = ceil(!base_font_size*1.3) !h5 = ceil(!base_font_size*1.4) @@ -108,9 +109,9 @@ hr margin-bottom= !font_size * 1.625 - small + small, .small font-size= floor(!font_size * .85) - big + big, .big font-size= floor(!font_size * 1.25) =ol-style(!font_size = !base_font_size) -- cgit v1.2.1