@@ -131,7 +131,7 @@ $analog2: spin($baseColor, -22);
131131 width : ($gridColumnWidth * $columnSpan ) + ($gridGutterWidth * ($columnSpan - 1 ));
132132 display : inline ;
133133 float : left ;
134-
134+
135135 @if $last {
136136 margin-right : 0 ;
137137 }
@@ -203,7 +203,7 @@ $analog2: spin($baseColor, -22);
203203 background-image : -webkit-linear-gradient (left , $startColor , $endColor ); // Safari 5.1+, Chrome 10+
204204 background-image : -o-linear-gradient (left , $startColor , $endColor ); // Opera 11.10
205205 background-image : linear-gradient (left , $startColor , $endColor ); // Le standard
206- filter : progid:DXImageTransform.Microsoft .gradient (startColorstr= ' #{$startColor } ' , endColorstr= ' #{$endColor } ' , GradientType=1 ); // IE9 and down
206+ filter : progid:DXImageTransform.Microsoft .gradient (startColorstr= ' #{$startColor } ' , endColorstr= ' #{$endColor } ' , GradientType=1 ); // IE9 and down
207207}
208208@mixin gradient-vertical ($startColor : #555 , $endColor : #333 ) {
209209 background-color : $endColor ;
@@ -215,7 +215,7 @@ $analog2: spin($baseColor, -22);
215215 background-image : -webkit-linear-gradient (top , $startColor , $endColor ); // Safari 5.1+, Chrome 10+
216216 background-image : -o-linear-gradient (top , $startColor , $endColor ); // Opera 11.10
217217 background-image : linear-gradient (top , $startColor , $endColor ); // The standard
218- filter : progid:DXImageTransform.Microsoft .gradient (startColorstr= ' #{$startColor } ' , endColorstr= ' #{$endColor } ' , GradientType=0 ); // IE9 and down
218+ filter : progid:DXImageTransform.Microsoft .gradient (startColorstr= ' #{$startColor } ' , endColorstr= ' #{$endColor } ' , GradientType=0 ); // IE9 and down
219219}
220220@mixin gradient-directional ($startColor : #555 , $endColor : #333 , $deg : 45deg ) {
221221 background-color : $endColor ;
@@ -235,7 +235,7 @@ $analog2: spin($baseColor, -22);
235235 background-image : -ms-linear-gradient ($startColor , $midColor $colorStop , $endColor );
236236 background-image : -o-linear-gradient ($startColor , $midColor $colorStop , $endColor );
237237 background-image : linear-gradient ($startColor , $midColor $colorStop , $endColor );
238- filter : progid:DXImageTransform.Microsoft .gradient (startColorstr= ' #{$startColor } ' , endColorstr= ' #{$endColor } ' , GradientType=0 ); // IE9 and down, gets no color-stop at all for proper fallback
238+ filter : progid:DXImageTransform.Microsoft .gradient (startColorstr= ' #{$startColor } ' , endColorstr= ' #{$endColor } ' , GradientType=0 ); // IE9 and down, gets no color-stop at all for proper fallback
239239}
240240
241241// Gradient Bar Colors for buttons and allerts
0 commit comments