diff options
Diffstat (limited to '.themes/classic/sass')
-rw-r--r-- | .themes/classic/sass/base/_typography.scss | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.themes/classic/sass/base/_typography.scss b/.themes/classic/sass/base/_typography.scss index f248c2e4..60556752 100644 --- a/.themes/classic/sass/base/_typography.scss +++ b/.themes/classic/sass/base/_typography.scss @@ -115,7 +115,8 @@ blockquote { } } -.pullquote-right:before, .pullquote-left:before { +.pullquote-right:before, +.pullquote-left:before { /* Reset metrics. */ padding: 0; border: none; @@ -136,11 +137,9 @@ blockquote { } .pullquote-left: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 */ |