| ... | ... |
@@ -115,7 +115,7 @@ blockquote {
|
| 115 | 115 |
} |
| 116 | 116 |
} |
| 117 | 117 |
|
| 118 |
-.has-pullquote:before {
|
|
| 118 |
+.has-pullquote:before, .has-pullquoteleft:before {
|
|
| 119 | 119 |
/* Reset metrics. */ |
| 120 | 120 |
padding: 0; |
| 121 | 121 |
border: none; |
| ... | ... |
@@ -134,6 +134,15 @@ blockquote {
|
| 134 | 134 |
font-size: 1.4em; |
| 135 | 135 |
line-height: 1.45em; |
| 136 | 136 |
} |
| 137 |
+ |
|
| 138 |
+.has-pullquoteleft:before {
|
|
| 139 |
+ |
|
| 140 |
+ /* Make left pullquotes align properly. */ |
|
| 141 |
+ float: left; |
|
| 142 |
+ margin: .5em 1.5em 1em 0; |
|
| 143 |
+ |
|
| 144 |
+} |
|
| 145 |
+ |
|
| 137 | 146 |
/* @extend this to force long lines of continuous text to wrap */ |
| 138 | 147 |
.force-wrap {
|
| 139 | 148 |
white-space: -moz-pre-wrap; |