Skip to content

Commit

Permalink
Editing in github means I forget things.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdustan committed May 7, 2012
1 parent 2b43ba1 commit a6c4717
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/nib/vendor.styl
Expand Up @@ -249,8 +249,8 @@ opacity(n, args...)
-ms-filter: none
filter: none
else
-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=%s)' % ieValue args
filter: 'alpha(opacity=%s)' % ieValue args
-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=%s)' % val args
filter: 'alpha(opacity=%s)' % val args

/*
* Alias the "white-space" property.
Expand Down

0 comments on commit a6c4717

Please sign in to comment.