aboutsummaryrefslogtreecommitdiff
path: root/stylesheets/library/_typography.sass
diff options
context:
space:
mode:
authorB Mathis <brandon@imathis.com>2009-11-06 15:27:28 -0600
committerB Mathis <brandon@imathis.com>2009-11-06 15:27:28 -0600
commit69379ab044fd4b06f36ebade76ed41b5f4f2a67c (patch)
tree8d0545c6b386c74cf9d3f9355810ae0ece213f1b /stylesheets/library/_typography.sass
parentd2a23f60e98966335ba1939c570a7e020084607d (diff)
downloadmy_new_personal_website-69379ab044fd4b06f36ebade76ed41b5f4f2a67c.tar.xz
my_new_personal_website-69379ab044fd4b06f36ebade76ed41b5f4f2a67c.zip
refactored twitter javascript added fuzzy time
Diffstat (limited to 'stylesheets/library/_typography.sass')
-rw-r--r--stylesheets/library/_typography.sass9
1 files changed, 5 insertions, 4 deletions
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)