From 8867d7c5824d86a85dcb2ddfbfca954dc29331c9 Mon Sep 17 00:00:00 2001 From: B Mathis Date: Wed, 21 Oct 2009 07:48:31 -0500 Subject: separated table, p, blockquote, ol, ul, dl styling into mixins, added abbr --- source/stylesheets/partials/base/_typography.sass | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'source/stylesheets/partials/base') diff --git a/source/stylesheets/partials/base/_typography.sass b/source/stylesheets/partials/base/_typography.sass index 65e0010c..b5fcd56e 100644 --- a/source/stylesheets/partials/base/_typography.sass +++ b/source/stylesheets/partials/base/_typography.sass @@ -1,10 +1,13 @@ !base_font_size = 16px !base_font_size_small = 13px +!base_font_color = #333 !default_border_radius = 6px +general-typography =heading-font +serif-font +=quote-font + +serif-font body font-size= !base_font_size @@ -14,6 +17,10 @@ h1,h2,h3,h4,h5,h6 color: #333 font-weight: bold +heading-font + +blockquote + +heading-font + font-size= !base_font_size * 1.2 .quote blockquote font-size= !h4 line-height= !h5 * 1.625 -- cgit v1.2.1