From f17271f6e2a237ab2aa80088caf872933cea3ffb Mon Sep 17 00:00:00 2001 From: B Mathis Date: Wed, 21 Oct 2009 08:21:05 -0500 Subject: support for sub, sup, and q elements --- source/stylesheets/library/_typography.sass | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'source/stylesheets/library') diff --git a/source/stylesheets/library/_typography.sass b/source/stylesheets/library/_typography.sass index e532f673..a1b5c631 100644 --- a/source/stylesheets/library/_typography.sass +++ b/source/stylesheets/library/_typography.sass @@ -72,6 +72,12 @@ +dl-style(!font_size) blockquote +quote-style + q + font-style: italic + &:before + content: "\201C" + &:after + content: "\201D" em, dfn font-style: italic strong, dfn @@ -97,6 +103,8 @@ tt display: block margin= !font_size * 1.625 0 + sub, sup + line-height: 0 hr margin-bottom= !font_size * 1.625 -- cgit v1.2.1