Browse code

fixed @extend for pp, code, and tt. The @extend was extending a non-existant entry.

Jake McCrary authored on 07/08/2011 at 04:19:00
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