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

This commit is contained in:
Jake McCrary 2011-08-06 23:19:00 -05:00
parent 3a599d4159
commit 7d6062b5eb

View File

@ -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; }