Browse code

Merge pull request #82 from jakemcc/7d6062b5eb3ebd2720fe5b836add73f9c88d2589

minor tweak to _typography.scss to have pp, code, and tt extend style that exists

Brandon Mathis authored on 21/08/2011 at 21:58:26
Showing 1 changed files
... ...
@@ -86,7 +86,7 @@ del, s { text-decoration: line-through; }
86 86
 
87 87
 abbr, acronym { border-bottom: 1px dotted; cursor: help; }
88 88
 
89
-pre, code, tt { @extend .mono-font; }
89
+pre, code, tt { @extend .mono; }
90 90
 
91 91
 sub, sup { line-height: 0; }
92 92