diff options
author | strand <jet.strand@gmail.com> | 2011-10-11 16:09:38 -0700 |
---|---|---|
committer | strand <jet.strand@gmail.com> | 2011-10-11 16:09:38 -0700 |
commit | ce6604a15e61c1bf931b2d094c5cf30804414fa6 (patch) | |
tree | cc8e47f3c82de847f034d9157d856eca6a4d491f | |
parent | 8897083cf7b90c0f8e08d0b0932eed2c3baf9684 (diff) | |
download | my_new_personal_website-ce6604a15e61c1bf931b2d094c5cf30804414fa6.tar.xz my_new_personal_website-ce6604a15e61c1bf931b2d094c5cf30804414fa6.zip |
Edited .themes/classic/sass/base/_typography.scss via GitHub
-rw-r--r-- | .themes/classic/sass/base/_typography.scss | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/.themes/classic/sass/base/_typography.scss b/.themes/classic/sass/base/_typography.scss index ef83065b..d4b59ad0 100644 --- a/.themes/classic/sass/base/_typography.scss +++ b/.themes/classic/sass/base/_typography.scss @@ -115,7 +115,7 @@ blockquote { } } -.has-pullquote:before { +.has-pullquote:before, .has-pullquoteleft:before { /* Reset metrics. */ padding: 0; border: none; @@ -134,6 +134,15 @@ blockquote { font-size: 1.4em; line-height: 1.45em; } + +.has-pullquoteleft:before { + + /* Make left pullquotes align properly. */ + float: left; + margin: .5em 1.5em 1em 0; + +} + /* @extend this to force long lines of continuous text to wrap */ .force-wrap { white-space: -moz-pre-wrap; |