Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Commit 0265851

Browse files
committed
Merge pull request #2 from suhongyang/master
IE8 FIX use actual size sprite image as IE8 doesn't support background-size
2 parents 2182da0 + 95e978e commit 0265851

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

css/LeftAndMainYouTubeField.css

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.field input.youtube {
22
background-image: url('../images/field-icon-youtube.png');
3-
background-size: 28px 20px;
4-
background-repeat: no-repeat;
53
background-position: 6px center;
4+
background-repeat: no-repeat;
65
padding-left: 40px;
76
}

images/field-icon-youtube.png

-4.2 KB
Loading

0 commit comments

Comments
 (0)