fixing promo backgrounds in webkit

This commit is contained in:
Matt Claypotch 2011-05-24 23:02:58 -07:00
Родитель a5c916418d
Коммит f623a150d1
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -284,10 +284,10 @@
.addons li > a,
#monthly > div,
#go-mobile > div {
background: -moz-linear-gradient(top, #fff 0, #ecf1f7 100%);
.gradient-two-color(#fff, #ecf1f7);
border: 1px solid #b7c3d7;
border-radius: 6px;
box-shadow: inset 0 -2px 0 rgba(58,78,103,0.08), 0 2px 0 rgba(190,210,230,0.5);
.border-radius(6px);
.box-shadow(0 -2px 0 rgba(58,78,103,0.08) inset, 0 2px 0 rgba(190,210,230,0.5);
}
.addons li > a {