Skip to content

Commit b108f9e

Browse files
committed
Update themes/jquery.com/style.css
Fixing images for "Who's using jQuery" in Firefox 18.0.1 (background-position-y doesn't work)
1 parent ba3eb98 commit b108f9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

themes/jquery.com/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,15 +125,15 @@ a,
125125
}
126126

127127
#whos-using li a.mediatemple {
128-
background-position-y: -80px;
128+
background-position: 0 -80px;
129129
}
130130

131131
#whos-using li a.backbone {
132-
background-position-y: -160px;
132+
background-position: 0 -160px;
133133
}
134134

135135
#whos-using li a.wikipedia {
136-
background-position-y: -240px;
136+
background-position: 0 -240px;
137137
}
138138

139139
/* Project Tiles */

0 commit comments

Comments
 (0)