Browse code

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.)

B Strand authored on 12/10/2011 at 18:17:24
Showing 1 changed files
... ...
@@ -115,7 +115,7 @@ blockquote {
115 115
   }
116 116
 }
117 117
 
118
-.has-pullquote:before, .has-pullquoteleft:before {
118
+.pullquote-right:before, .pullquote-left:before {
119 119
   /* Reset metrics. */
120 120
   padding: 0;
121 121
   border: none;
... ...
@@ -135,7 +135,7 @@ blockquote {
135 135
   line-height: 1.45em;
136 136
 }
137 137
 
138
-.has-pullquoteleft:before {
138
+.pullquote-left:before {
139 139
 
140 140
   /* Make left pullquotes align properly. */
141 141
   float: left;