aboutsummaryrefslogtreecommitdiff
path: root/source/stylesheets/partials
diff options
context:
space:
mode:
authorB Mathis <brandon@imathis.com>2009-10-21 07:48:31 -0500
committerB Mathis <brandon@imathis.com>2009-10-21 07:48:31 -0500
commit8867d7c5824d86a85dcb2ddfbfca954dc29331c9 (patch)
treecf380d3217b10aa911366298aad6a90ca1646685 /source/stylesheets/partials
parentc94e6f531d02e658d96a3b6255bbf424367765e9 (diff)
downloadmy_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.sass7
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