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.)
This commit is contained in:
parent
cae964e875
commit
490b2593ec
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user