diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-08-21 18:38:33 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-08-21 18:38:33 -0400 |
commit | 23f05c11588a94d0d557ba973ada0e818b49bbb0 (patch) | |
tree | fdfca5a39b57aa0f15f4093a092350c893a63b4b /.themes/classic | |
parent | 9f830dd96f75454be21c9d5bfa96608d192e5f24 (diff) | |
parent | 9e5e6f604cabef3581934a766cc1bcc71de23664 (diff) | |
download | my_new_personal_website-23f05c11588a94d0d557ba973ada0e818b49bbb0.tar.xz my_new_personal_website-23f05c11588a94d0d557ba973ada0e818b49bbb0.zip |
Merge branch 'master' of github.com:imathis/octopress
Diffstat (limited to '.themes/classic')
-rw-r--r-- | .themes/classic/sass/base/_typography.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.themes/classic/sass/base/_typography.scss b/.themes/classic/sass/base/_typography.scss index 05402574..ef83065b 100644 --- a/.themes/classic/sass/base/_typography.scss +++ b/.themes/classic/sass/base/_typography.scss @@ -86,7 +86,7 @@ del, s { text-decoration: line-through; } abbr, acronym { border-bottom: 1px dotted; cursor: help; } -pre, code, tt { @extend .mono-font; } +pre, code, tt { @extend .mono; } sub, sup { line-height: 0; } |