diff options
author | B Mathis <brandon@imathis.com> | 2009-10-21 08:21:05 -0500 |
---|---|---|
committer | B Mathis <brandon@imathis.com> | 2009-10-21 08:21:05 -0500 |
commit | f17271f6e2a237ab2aa80088caf872933cea3ffb (patch) | |
tree | ef1698096689ca91d1f1361ded31d569fd0aefd9 /source/stylesheets | |
parent | 8867d7c5824d86a85dcb2ddfbfca954dc29331c9 (diff) | |
download | my_new_personal_website-f17271f6e2a237ab2aa80088caf872933cea3ffb.tar.xz my_new_personal_website-f17271f6e2a237ab2aa80088caf872933cea3ffb.zip |
support for sub, sup, and q elements
Diffstat (limited to 'source/stylesheets')
-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 |