diff options
author | B Strand <jet.strand@gmail.com> | 2011-10-12 11:17:24 -0700 |
---|---|---|
committer | B Strand <jet.strand@gmail.com> | 2011-10-12 11:17:24 -0700 |
commit | 490b2593ec8e912b042f49966a80c37f0026e0d9 (patch) | |
tree | dcd937984c366dac6b2c72fefd976a14f3868619 /.themes/classic | |
parent | cae964e87513a5afc9763a83c21bbe59159d4acb (diff) | |
download | my_new_personal_website-490b2593ec8e912b042f49966a80c37f0026e0d9.tar.xz my_new_personal_website-490b2593ec8e912b042f49966a80c37f0026e0d9.zip |
Renamed has-pullquote and has-pullquoteleft classes to pullquote-right and pullquote-left (I suppose a less stylistic naming convention might pullquote-default and pullquote-alternate.)
Diffstat (limited to '.themes/classic')
-rw-r--r-- | .themes/classic/sass/base/_typography.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.themes/classic/sass/base/_typography.scss b/.themes/classic/sass/base/_typography.scss index d4b59ad0..f248c2e4 100644 --- a/.themes/classic/sass/base/_typography.scss +++ b/.themes/classic/sass/base/_typography.scss @@ -115,7 +115,7 @@ blockquote { } } -.has-pullquote:before, .has-pullquoteleft:before { +.pullquote-right:before, .pullquote-left:before { /* Reset metrics. */ padding: 0; border: none; @@ -135,7 +135,7 @@ blockquote { line-height: 1.45em; } -.has-pullquoteleft:before { +.pullquote-left:before { /* Make left pullquotes align properly. */ float: left; |