Skip to content

Commit 6e6c06b

Browse files
committed
Merge pull request jquery-archive#2028 from jgable/bug_2002
Fix jquery-archive#2002; updated -ms-filter style to match others. Thanks jgable!
2 parents a1980d7 + f56d084 commit 6e6c06b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_assets/css/jqm-docs.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ p.intro strong {
8989
background-image: -webkit-gradient(linear,left top,left bottom,
9090
color-stop(0, #74b042),
9191
color-stop(1, #56A00E));
92-
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#81a8ce', EndColorStr='#5e87b0')";
92+
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#74b042', EndColorStr='#56A00E')";
9393
}
9494
.ui-bar-f,
9595
.ui-bar-f .ui-link-inherit {

0 commit comments

Comments
 (0)