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:
B Strand 2011-10-12 11:17:24 -07:00
parent cae964e875
commit 490b2593ec
1 changed files with 2 additions and 2 deletions

View File

@ -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;