Fix #2002; updated -ms-filter style to match others

This commit is contained in:
jacob4u2 2011-07-05 17:25:03 -05:00
parent 30892bab4b
commit f56d084aec

View file

@ -89,7 +89,7 @@ p.intro strong {
background-image: -webkit-gradient(linear,left top,left bottom,
color-stop(0, #74b042),
color-stop(1, #56A00E));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#81a8ce', EndColorStr='#5e87b0')";
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#74b042', EndColorStr='#56A00E')";
}
.ui-bar-f,
.ui-bar-f .ui-link-inherit {