Merge pull request #82 from jakemcc/7d6062b5eb3ebd2720fe5b836add73f9c88d2589

minor tweak to _typography.scss to have pp, code, and tt extend style that exists
source
Brandon Mathis 2011-08-21 14:58:26 -07:00
commit 9e5e6f604c
1 changed files with 1 additions and 1 deletions

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