Skip to content

Commit 0f6d09f

Browse files
fixed sass issue with 3.2 asset pipeline
1 parent 4425d7c commit 0f6d09f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

vendor/assets/stylesheets/jquery.fileupload-ui.css.erb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,16 @@
5252
display: block;
5353
}
5454

55-
/* Fix for IE 6: */
55+
/* Fix for IE 6:
5656
* html .fileinput-button {
5757
line-height: 22px;
5858
margin: 1px -3px 0 0;
59-
}
59+
}*/
6060

61-
/* Fix for IE 7: */
61+
/* Fix for IE 7:
6262
* + html .fileinput-button {
6363
margin: 1px 0 0 0;
64-
}
64+
}*/
6565

6666
@media (max-width: 480px) {
6767
.files .btn span {

0 commit comments

Comments
 (0)