diff options
author | B Mathis <brandon@imathis.com> | 2009-11-05 21:30:03 -0600 |
---|---|---|
committer | B Mathis <brandon@imathis.com> | 2009-11-05 21:30:03 -0600 |
commit | 145f81046bc5881d7da86b05c8b92862b63f8080 (patch) | |
tree | dc5fdc003a11537ab0722cff1db39796eaf601e8 /source/stylesheets/partials/base | |
parent | fc691c1da6b091754b8881af5b2be509479baa21 (diff) | |
download | my_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.sass | 27 |
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 |