Skip to content

Commit 424ba71

Browse files
committed
Merge pull request coderwall#118 from RexMorgan/autoprefixer
WIP#203 Adding autoprefixer to clean up some of the scss files.
2 parents 3ecea47 + 1f62371 commit 424ba71

19 files changed

+8
-303
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ gem 'compass-rails'
1111
gem 'sass-rails', '~> 3.2.6'
1212
gem 'uglifier', '>= 1.0.3'
1313
# Assets
14+
gem 'autoprefixer-rails'
1415
gem 'jquery-rails', '= 2.0.3'
1516
gem 'rails-assets-font-awesome'
1617

Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ GEM
8383
ansi (1.4.3)
8484
arel (3.0.3)
8585
ast (2.0.0)
86+
autoprefixer-rails (2.1.1.20140710)
87+
execjs
8688
awesome_print (1.2.0)
8789
backbone-on-rails (1.1.1.0)
8890
actionmailer
@@ -695,6 +697,7 @@ DEPENDENCIES
695697
acts_as_follower (= 0.1.1)
696698
airbrake
697699
annotate
700+
autoprefixer-rails
698701
awesome_print
699702
backbone-on-rails
700703
better_errors

app/assets/stylesheets/application.scss

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -360,11 +360,6 @@ h4 {
360360
color: #fff;
361361
}
362362

363-
::-moz-selection {
364-
background: $red;
365-
color: #fff;
366-
}
367-
368363
#footer {
369364
.inside-footer {
370365
max-width: 1180px;
@@ -683,7 +678,6 @@ body#member-settings, body#team-settings, body#join-team, body#registration {
683678
#basic_section {
684679
img {
685680
border: 5px solid #fff;
686-
-webkit-box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.1);
687681
box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.1);
688682
margin-bottom: 15px;
689683
}
@@ -948,7 +942,6 @@ body#member-settings, body#team-settings, body#join-team, body#registration {
948942
display: block;
949943
margin-bottom: 15px;
950944
border: 5px solid #fff;
951-
-webkit-box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.1);
952945
box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.1);
953946
}
954947
}
@@ -1262,7 +1255,6 @@ body#member-settings, body#team-settings, body#join-team, body#registration {
12621255
border: 0;
12631256
font-size: 1.6em;
12641257
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
1265-
-webkit-box-shadow: inset 0px 1px 0px 0px rgba(225, 225, 225, 0.5);
12661258
box-shadow: inset 0px 1px 0px 0px rgba(225, 225, 225, 0.5);
12671259
&:hover {
12681260
opacity: 0.5;
@@ -1548,8 +1540,6 @@ input[type=file].safari5-upload-hack {
15481540
#new-home-template {
15491541
background: #d5d5d5 image-url("premium-team-description/dot-bg.jpg") repeat;
15501542
* {
1551-
-moz-box-sizing: border-box;
1552-
-webkit-box-sizing: border-box;
15531543
box-sizing: border-box;
15541544
}
15551545
#footer {
@@ -1633,7 +1623,6 @@ input[type=file].safari5-upload-hack {
16331623
line-height: 60px;
16341624
width: 171px;
16351625
text-align: center;
1636-
-webkit-box-shadow: 0px 3px 0px 0px rgba(53, 103, 163, 0.7);
16371626
box-shadow: 0px 3px 0px 0px rgba(53, 103, 163, 0.7);
16381627
&:hover {
16391628
background: #1c527d;
@@ -1721,26 +1710,17 @@ input[type=file].safari5-upload-hack {
17211710
}
17221711
.profile-slide {
17231712
background: image-url("new-home/profile-bg.jpg") no-repeat;
1724-
-webkit-background-size: cover;
1725-
-moz-background-size: cover;
1726-
-o-background-size: cover;
17271713
background-size: cover;
17281714
.browser {
17291715
left: 5%;
17301716
}
17311717
}
17321718
.protips-slide {
17331719
background: image-url("new-home/tip-bg.jpg") no-repeat left;
1734-
-webkit-background-size: cover;
1735-
-moz-background-size: cover;
1736-
-o-background-size: cover;
17371720
background-size: cover;
17381721
}
17391722
.teams-slide {
17401723
background: image-url("new-home/team-bg.jpg") no-repeat;
1741-
-webkit-background-size: cover;
1742-
-moz-background-size: cover;
1743-
-o-background-size: cover;
17441724
background-size: cover;
17451725
}
17461726
}

app/assets/stylesheets/base.scss

Lines changed: 1 addition & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -118,58 +118,37 @@ $level2: #42a3d3;
118118
font-variant: normal;
119119
text-transform: none;
120120
line-height: 1;
121-
-webkit-font-smoothing: antialiased;
121+
font-smoothing: antialiased;
122122
}
123123

124124
@mixin border-radius($radius) {
125-
-webkit-border-radius: $radius;
126-
-moz-border-radius: $radius;
127125
border-radius: $radius;
128126
}
129127

130128
@mixin subtle-box-shadow {
131129
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
132-
//-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
133130
}
134131

135132
//Mixins
136133
@mixin border-radius($radius) {
137-
-webkit-border-radius: $radius;
138-
-moz-border-radius: $radius;
139134
border-radius: $radius;
140135
}
141136

142137
@mixin border-radius-top($radius) {
143-
-webkit-border-top-left-radius: $radius;
144-
-webkit-border-top-right-radius: $radius;
145-
-moz-border-radius-topleft: $radius;
146-
-moz-border-radius-topright: $radius;
147138
border-top-left-radius: $radius;
148139
border-top-right-radius: $radius;
149140
}
150141

151142
@mixin border-radius-bottom($radius) {
152-
-webkit-border-bottom-left-radius: $radius;
153-
-webkit-border-bottom-right-radius: $radius;
154-
-moz-border-radius-bottomleft: $radius;
155-
-moz-border-radius-bottomright: $radius;
156143
border-bottom-left-radius: $radius;
157144
border-bottom-right-radius: $radius;
158145
}
159146

160147
@mixin transition-all {
161148
//text smoothing
162149
//text-shadow: 0 0 0 rgba(0,0,0,0);
163-
-webkit-transform: translate3d(0, 0, 0);
164150
text-rendering: optimizeLegibility;
165-
-webkit-font-smoothing: subpixel-antialiased;
166-
-moz-font-smoothing: subpixel-antialiased;
167151
font-smoothing: subpixel-antialiased;
168-
169-
-webkit-transition: $transition-speed;
170-
-moz-transition: $transition-speed;
171-
-ms-transition: $transition-speed;
172-
-o-transition: $transition-speed;
173152
transition: $transition-speed;
174153
}
175154

@@ -213,11 +192,6 @@ $level2: #42a3d3;
213192
font-size: 1.3em;
214193
text-transform: uppercase;
215194
background: #6ab3d9; /* Old browsers */
216-
background: -moz-linear-gradient(top, #6ab3d9 0%, #5cacd5 14%, #3d9cce 37%, #3095ca 51%, #2f95ca 100%); /* FF3.6+ */
217-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6ab3d9), color-stop(14%, #5cacd5), color-stop(37%, #3d9cce), color-stop(51%, #3095ca), color-stop(100%, #2f95ca)); /* Chrome,Safari4+ */
218-
background: -webkit-linear-gradient(top, #6ab3d9 0%, #5cacd5 14%, #3d9cce 37%, #3095ca 51%, #2f95ca 100%); /* Chrome10+,Safari5.1+ */
219-
background: -o-linear-gradient(top, #6ab3d9 0%, #5cacd5 14%, #3d9cce 37%, #3095ca 51%, #2f95ca 100%); /* Opera 11.10+ */
220-
background: -ms-linear-gradient(top, #6ab3d9 0%, #5cacd5 14%, #3d9cce 37%, #3095ca 51%, #2f95ca 100%); /* IE10+ */
221195
background: linear-gradient(top, #6ab3d9 0%, #5cacd5 14%, #3d9cce 37%, #3095ca 51%, #2f95ca 100%); /* W3C */
222196
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ab3d9', endColorstr='#2f95ca', GradientType=0); /* IE6-9 */
223197
}
@@ -243,11 +217,6 @@ $level2: #42a3d3;
243217
font-size: 1.4em;
244218
border: 1px solid #eaeaea;
245219
background: #ffffff; /* Old browsers */
246-
background: -moz-linear-gradient(top, #ffffff 3%, #e5e5e5 100%); /* FF3.6+ */
247-
background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #ffffff), color-stop(100%, #e5e5e5)); /* Chrome,Safari4+ */
248-
background: -webkit-linear-gradient(top, #ffffff 3%, #e5e5e5 100%); /* Chrome10+,Safari5.1+ */
249-
background: -o-linear-gradient(top, #ffffff 3%, #e5e5e5 100%); /* Opera 11.10+ */
250-
background: -ms-linear-gradient(top, #ffffff 3%, #e5e5e5 100%); /* IE10+ */
251220
background: linear-gradient(top, #ffffff 3%, #e5e5e5 100%); /* W3C */
252221
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0); /* IE6-9 */
253222
}
@@ -257,7 +226,6 @@ $level2: #42a3d3;
257226
}
258227

259228
@mixin paper-panel {
260-
-webkit-box-shadow: inset 0px 0px 2px 2px #ffffff;
261229
box-shadow: inset 0px 0px 2px 2px #ffffff;
262230
background: image-url("paper-texture.jpg") repeat;
263231
}
@@ -274,15 +242,8 @@ $level2: #42a3d3;
274242

275243
@mixin signup-button {
276244
background: #dbe7f5; /* Old browsers */
277-
background: -moz-linear-gradient(top, #dbe7f5 0%, #f0f5fb 3%, #dae6f6 4%, #d8e4f2 10%, #d5e1ef 23%, #c8d4e2 52%, #afc1d5 87%, #a8bcd4 100%); /* FF3.6+ */
278-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbe7f5), color-stop(3%, #f0f5fb), color-stop(4%, #dae6f6), color-stop(10%, #d8e4f2), color-stop(23%, #d5e1ef), color-stop(52%, #c8d4e2), color-stop(87%, #afc1d5), color-stop(100%, #a8bcd4)); /* Chrome,Safari4+ */
279-
background: -webkit-linear-gradient(top, #dbe7f5 0%, #f0f5fb 3%, #dae6f6 4%, #d8e4f2 10%, #d5e1ef 23%, #c8d4e2 52%, #afc1d5 87%, #a8bcd4 100%); /* Chrome10+,Safari5.1+ */
280-
background: -o-linear-gradient(top, #dbe7f5 0%, #f0f5fb 3%, #dae6f6 4%, #d8e4f2 10%, #d5e1ef 23%, #c8d4e2 52%, #afc1d5 87%, #a8bcd4 100%); /* Opera 11.10+ */
281-
background: -ms-linear-gradient(top, #dbe7f5 0%, #f0f5fb 3%, #dae6f6 4%, #d8e4f2 10%, #d5e1ef 23%, #c8d4e2 52%, #afc1d5 87%, #a8bcd4 100%); /* IE10+ */
282245
background: linear-gradient(top, #dbe7f5 0%, #f0f5fb 3%, #dae6f6 4%, #d8e4f2 10%, #d5e1ef 23%, #c8d4e2 52%, #afc1d5 87%, #a8bcd4 100%); /* W3C */
283246
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbe7f5', endColorstr='#a8bcd4', GradientType=0); /* IE6-9 */
284-
-webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.5);
285-
-moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.5);
286247
box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.5);
287248
display: block;
288249
height: 30px;
@@ -315,8 +276,6 @@ $level2: #42a3d3;
315276
white-space: nowrap;
316277
overflow: hidden;
317278
text-overflow: ellipsis;
318-
-o-text-overflow: ellipsis;
319-
-ms-text-overflow: ellipsis;
320279
}
321280

322281
@mixin small-grey-btn {
@@ -359,11 +318,6 @@ $level2: #42a3d3;
359318

360319
@mixin tip-grad {
361320
background: #ffffff; /* Old browsers */
362-
background: -moz-linear-gradient(top, #ffffff 0%, #fefefe 64%, #f5f5f5 86%, #eeeeee 96%, #e3e3e3 100%); /* FF3.6+ */
363-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(64%, #fefefe), color-stop(86%, #f5f5f5), color-stop(96%, #eeeeee), color-stop(100%, #e3e3e3)); /* Chrome,Safari4+ */
364-
background: -webkit-linear-gradient(top, #ffffff 0%, #fefefe 64%, #f5f5f5 86%, #eeeeee 96%, #e3e3e3 100%); /* Chrome10+,Safari5.1+ */
365-
background: -o-linear-gradient(top, #ffffff 0%, #fefefe 64%, #f5f5f5 86%, #eeeeee 96%, #e3e3e3 100%); /* Opera 11.10+ */
366-
background: -ms-linear-gradient(top, #ffffff 0%, #fefefe 64%, #f5f5f5 86%, #eeeeee 96%, #e3e3e3 100%); /* IE10+ */
367321
background: linear-gradient(top, #ffffff 0%, #fefefe 64%, #f5f5f5 86%, #eeeeee 96%, #e3e3e3 100%); /* W3C */
368322
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e3e3e3', GradientType=0); /* IE6-9 */
369323
}
@@ -382,15 +336,8 @@ $level2: #42a3d3;
382336

383337
@mixin new-signup-button {
384338
background: rgb(70, 152, 218); /* Old browsers */
385-
background: -moz-linear-gradient(top, rgba(70, 152, 218, 1) 0%, rgba(62, 141, 204, 1) 31%, rgba(54, 127, 185, 1) 100%); /* FF3.6+ */
386-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(70, 152, 218, 1)), color-stop(31%, rgba(62, 141, 204, 1)), color-stop(100%, rgba(54, 127, 185, 1))); /* Chrome,Safari4+ */
387-
background: -webkit-linear-gradient(top, rgba(70, 152, 218, 1) 0%, rgba(62, 141, 204, 1) 31%, rgba(54, 127, 185, 1) 100%); /* Chrome10+,Safari5.1+ */
388-
background: -o-linear-gradient(top, rgba(70, 152, 218, 1) 0%, rgba(62, 141, 204, 1) 31%, rgba(54, 127, 185, 1) 100%); /* Opera 11.10+ */
389-
background: -ms-linear-gradient(top, rgba(70, 152, 218, 1) 0%, rgba(62, 141, 204, 1) 31%, rgba(54, 127, 185, 1) 100%); /* IE10+ */
390339
background: linear-gradient(to bottom, rgba(70, 152, 218, 1) 0%, rgba(62, 141, 204, 1) 31%, rgba(54, 127, 185, 1) 100%); /* W3C */
391340
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4698da', endColorstr='#367fb9', GradientType=0); /* IE6-9 */
392-
-webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
393-
-moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
394341
box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
395342
display: block;
396343
height: 30px;
@@ -403,19 +350,12 @@ $level2: #42a3d3;
403350

404351
@mixin side-box-grad {
405352
background: rgb(221, 231, 235); /* Old browsers */
406-
background: -moz-linear-gradient(top, rgba(221, 231, 235, 1) 0%, rgba(213, 225, 229, 1) 99%); /* FF3.6+ */
407-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(221, 231, 235, 1)), color-stop(99%, rgba(213, 225, 229, 1))); /* Chrome,Safari4+ */
408-
background: -webkit-linear-gradient(top, rgba(221, 231, 235, 1) 0%, rgba(213, 225, 229, 1) 99%); /* Chrome10+,Safari5.1+ */
409-
background: -o-linear-gradient(top, rgba(221, 231, 235, 1) 0%, rgba(213, 225, 229, 1) 99%); /* Opera 11.10+ */
410-
background: -ms-linear-gradient(top, rgba(221, 231, 235, 1) 0%, rgba(213, 225, 229, 1) 99%); /* IE10+ */
411353
background: linear-gradient(to bottom, rgba(221, 231, 235, 1) 0%, rgba(213, 225, 229, 1) 99%); /* W3C */
412354
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dde7eb', endColorstr='#d5e1e5', GradientType=0); /* IE6-9 */
413355
}
414356

415357
@mixin cleaner-text {
416358
text-rendering: optimizeLegibility;
417-
-webkit-font-smoothing: subpixel-antialiased;
418-
-moz-font-smoothing: subpixel-antialiased;
419359
font-smoothing: subpixel-antialiased;
420360
}
421361

@@ -427,7 +367,6 @@ $level2: #42a3d3;
427367
vertical-align: middle;
428368
text-align: center;
429369
font-size: 1.4em;
430-
-webkit-box-shadow: inset 0px 1px 1px 0px rgba(105, 135, 156, 0.4);
431370
box-shadow: inset 0px 1px 1px 0px rgba(105, 135, 156, 0.4);
432371
}
433372

@@ -439,7 +378,6 @@ $level2: #42a3d3;
439378
vertical-align: middle;
440379
text-align: center;
441380
font-size: 1.4em;
442-
-webkit-box-shadow: inset 0px 1px 1px 0px rgba(105, 135, 156, 0.4);
443381
box-shadow: inset 0px 1px 1px 0px rgba(105, 135, 156, 0.4);
444382
}
445383

@@ -453,7 +391,6 @@ $level2: #42a3d3;
453391
vertical-align: middle;
454392
text-align: center;
455393
font-size: 1.4em;
456-
-webkit-box-shadow: inset 0px 1px 1px 0px rgba(105, 135, 156, 0.4);
457394
box-shadow: inset 0px 1px 1px 0px rgba(105, 135, 156, 0.4);
458395

459396
}

app/assets/stylesheets/bundle.scss

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,10 @@ $transition-speed: all 0.2s ease-out;
1212

1313
//Mixins
1414
@mixin border-radius($radius) {
15-
-webkit-border-radius: $radius;
16-
-moz-border-radius: $radius;
1715
border-radius: $radius;
1816
}
1917

2018
@mixin transition-all {
21-
-webkit-transition: $transition-speed;
22-
-moz-transition: $transition-speed;
23-
-ms-transition: $transition-speed;
24-
-o-transition: $transition-speed;
2519
transition: $transition-speed;
2620
}
2721

@@ -57,10 +51,7 @@ body, input[type=text] {
5751
p, h1, h2, h3, h4, a, li, span {
5852
//text smoothing
5953
text-shadow: 0 0 0 rgba(0, 0, 0, 0);
60-
-webkit-transform: translate3d(0, 0, 0);
6154
text-rendering: optimizeLegibility;
62-
-webkit-font-smoothing: subpixel-antialiased;
63-
-moz-font-smoothing: subpixel-antialiased;
6455
font-smoothing: subpixel-antialiased;
6556
}
6657

@@ -352,9 +343,6 @@ a:hover {
352343

353344
.snazzy-box {
354345
border-width: 21px;
355-
-moz-border-image: url("bundle/corners.png") 21 repeat;
356-
-webkit-border-image: url("bundle/corners.png") 21 repeat;
357-
-o-border-image: url("bundle/corners.png") 21 repeat;
358346
border-image: url("bundle/corners.png") 21 repeat;
359347
position: relative;
360348
margin-bottom: 25px;
@@ -390,9 +378,6 @@ a:hover {
390378
width: 500px;
391379
margin: 0 auto;
392380
border-width: 24px 23px 27px 26px;
393-
-moz-border-image: url("bundle/corners2.png") 24 23 27 26 repeat;
394-
-webkit-border-image: url("bundle/corners2.png") 24 23 27 26 repeat;
395-
-o-border-image: url("bundle/corners2.png") 24 23 27 26 repeat;
396381
border-image: url("bundle/corners2.png") 24 23 27 26 repeat;
397382
position: relative;
398383

@@ -598,7 +583,6 @@ a:hover {
598583
border: 0;
599584
outline: none;
600585
width: 290px;
601-
-webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
602586
box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
603587
}
604588

@@ -655,11 +639,6 @@ a:hover {
655639
//height: 800px;
656640
padding: 40px 0 70px 0;
657641
//margin-bottom: 40px;
658-
background: -moz-linear-gradient(top, rgba(48, 48, 48, 1) 61%, rgba(48, 48, 48, 0) 100%); /* FF3.6+ */
659-
background: -webkit-gradient(linear, left top, left bottom, color-stop(61%, rgba(48, 48, 48, 1)), color-stop(100%, rgba(48, 48, 48, 0))); /* Chrome,Safari4+ */
660-
background: -webkit-linear-gradient(top, rgba(48, 48, 48, 1) 61%, rgba(48, 48, 48, 0) 100%); /* Chrome10+,Safari5.1+ */
661-
background: -o-linear-gradient(top, rgba(48, 48, 48, 1) 61%, rgba(48, 48, 48, 0) 100%); /* Opera 11.10+ */
662-
background: -ms-linear-gradient(top, rgba(48, 48, 48, 1) 61%, rgba(48, 48, 48, 0) 100%); /* IE10+ */
663642
background: linear-gradient(to bottom, rgba(48, 48, 48, 1) 61%, rgba(48, 48, 48, 0) 100%); /* W3C */
664643
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#303030', endColorstr='#00303030', GradientType=0); /* IE6-9 */
665644

app/assets/stylesheets/connections.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ body#network {
132132

133133
.me {
134134
background: #F3F3EF;
135-
-webkit-box-shadow: inset 0px 0px 0px 5px rgba(207, 205, 184, 0.2);
136135
box-shadow: inset 0px 0px 0px 5px rgba(207, 205, 184, 0.2);
137136

138137
.user-details {

app/assets/stylesheets/featured-teams.scss

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@
4242
@include text-shadow-one-px;
4343

4444
background: #6c6e7a; /* Old browsers */
45-
background: -moz-linear-gradient(top, #6c6e7a 0%, #6c6e7a 47%, #626470 47%, #626470 100%); /* FF3.6+ */
46-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6c6e7a), color-stop(47%, #6c6e7a), color-stop(47%, #626470), color-stop(100%, #626470)); /* Chrome,Safari4+ */
47-
background: -webkit-linear-gradient(top, #6c6e7a 0%, #6c6e7a 47%, #626470 47%, #626470 100%); /* Chrome10+,Safari5.1+ */
48-
background: -o-linear-gradient(top, #6c6e7a 0%, #6c6e7a 47%, #626470 47%, #626470 100%); /* Opera 11.10+ */
49-
background: -ms-linear-gradient(top, #6c6e7a 0%, #6c6e7a 47%, #626470 47%, #626470 100%); /* IE10+ */
5045
background: linear-gradient(to bottom, #6c6e7a 0%, #6c6e7a 47%, #626470 47%, #626470 100%); /* W3C */
5146
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c6e7a', endColorstr='#626470', GradientType=0); /* IE6-9 */
5247

@@ -219,7 +214,6 @@
219214
margin-right: 10px;
220215
margin-bottom: 10px;
221216
background: image-url("team/wavey-bg.jpg") repeat;
222-
-webkit-box-shadow: 0px 1px 0px 0px rgba(36, 96, 144, 0.4);
223217
box-shadow: 0px 1px 0px 0px rgba(36, 96, 144, 0.4);
224218
text-shadow: 0px -1px 0px #17598e;
225219
filter: dropshadow(color=#17598e, offx=0, offy=-1);

0 commit comments

Comments
 (0)