diff options
Diffstat (limited to 'source/stylesheets/library')
-rw-r--r-- | source/stylesheets/library/_typography.sass | 8 |
1 files changed, 8 insertions, 0 deletions
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 |