aboutsummaryrefslogtreecommitdiff
path: root/source/stylesheets/library
diff options
context:
space:
mode:
authorB Mathis <brandon@imathis.com>2009-10-21 08:21:05 -0500
committerB Mathis <brandon@imathis.com>2009-10-21 08:21:05 -0500
commitf17271f6e2a237ab2aa80088caf872933cea3ffb (patch)
treeef1698096689ca91d1f1361ded31d569fd0aefd9 /source/stylesheets/library
parent8867d7c5824d86a85dcb2ddfbfca954dc29331c9 (diff)
downloadmy_new_personal_website-f17271f6e2a237ab2aa80088caf872933cea3ffb.tar.xz
my_new_personal_website-f17271f6e2a237ab2aa80088caf872933cea3ffb.zip
support for sub, sup, and q elements
Diffstat (limited to 'source/stylesheets/library')
-rw-r--r--source/stylesheets/library/_typography.sass8
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