aboutsummaryrefslogtreecommitdiff
path: root/source/stylesheets/partials/base
diff options
context:
space:
mode:
authorB Mathis <brandon@imathis.com>2009-11-05 21:30:03 -0600
committerB Mathis <brandon@imathis.com>2009-11-05 21:30:03 -0600
commit145f81046bc5881d7da86b05c8b92862b63f8080 (patch)
treedc5fdc003a11537ab0722cff1db39796eaf601e8 /source/stylesheets/partials/base
parentfc691c1da6b091754b8881af5b2be509479baa21 (diff)
downloadmy_new_personal_website-145f81046bc5881d7da86b05c8b92862b63f8080.tar.xz
my_new_personal_website-145f81046bc5881d7da86b05c8b92862b63f8080.zip
updated rake file, reorganized stylesheets, added google site search, added google analytics
Diffstat (limited to 'source/stylesheets/partials/base')
-rw-r--r--source/stylesheets/partials/base/_typography.sass27
1 files changed, 0 insertions, 27 deletions
diff --git a/source/stylesheets/partials/base/_typography.sass b/source/stylesheets/partials/base/_typography.sass
deleted file mode 100644
index b5fcd56e..00000000
--- a/source/stylesheets/partials/base/_typography.sass
+++ /dev/null
@@ -1,27 +0,0 @@
-!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
- +sans-font
-
-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
- color: #555 \ No newline at end of file