Skip to content

Commit fefb5a7

Browse files
committed
jquery.com: Update try.jquery.com image and include high-res version of try.jquery.com logo
1 parent 2459b83 commit fefb5a7

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

themes/jquery.com/i/try-jquery.jpg

25.5 KB
Loading

themes/jquery.com/i/try-jquery.png

-62 KB
Binary file not shown.

themes/jquery.com/i/try-jquery@2x.jpg

63.8 KB
Loading

themes/jquery.com/style.css

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,19 @@ a,
116116
}
117117

118118
#content li.try-jquery a {
119-
background: url('i/try-jquery.png') top left no-repeat;
120-
height: 221px;
121-
width: 220px;
119+
background: url('i/try-jquery.jpg') top left no-repeat;
120+
height: 126px;
121+
width: 277px;
122122
text-indent: -9999px;
123123
display: block;
124124
}
125125

126+
@media only screen and (-webkit-device-pixel-ratio: 2){
127+
#sidebar li.try-jquery a {
128+
background: url('i/try-jquery@2x.jpg') top left no-repeat;
129+
}
130+
}
131+
126132
#content #whos-using li {
127133
background: none;
128134
}

0 commit comments

Comments
 (0)