diff options
author | B Mathis <brandon@imathis.com> | 2009-10-21 07:48:31 -0500 |
---|---|---|
committer | B Mathis <brandon@imathis.com> | 2009-10-21 07:48:31 -0500 |
commit | 8867d7c5824d86a85dcb2ddfbfca954dc29331c9 (patch) | |
tree | cf380d3217b10aa911366298aad6a90ca1646685 /source/stylesheets/partials | |
parent | c94e6f531d02e658d96a3b6255bbf424367765e9 (diff) | |
download | my_new_personal_website-8867d7c5824d86a85dcb2ddfbfca954dc29331c9.tar.xz my_new_personal_website-8867d7c5824d86a85dcb2ddfbfca954dc29331c9.zip |
separated table, p, blockquote, ol, ul, dl styling into mixins, added abbr
Diffstat (limited to 'source/stylesheets/partials')
-rw-r--r-- | source/stylesheets/partials/base/_typography.sass | 7 |
1 files changed, 7 insertions, 0 deletions
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 |