Retina display icons: add 2x image for wp-badge.png, props chexee, fixes #20293

git-svn-id: https://develop.svn.wordpress.org/trunk@20818 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2012-05-17 01:04:20 +00:00
parent 0c555027ba
commit a6124a8f72
2 changed files with 8 additions and 2 deletions

View File

@ -5039,6 +5039,7 @@ html.ie8 .about-wrap img.element-screenshot {
background: url('../images/wp-badge.png?ver=20111120') no-repeat;
}
.about-wrap .wp-badge {
position: absolute;
top: 0;
@ -6373,7 +6374,7 @@ a.rsswidget {
}
.login h1 a {
background-image: url(../images/wordpress-logo.png?ver=20120216);
background-image: url('../images/wordpress-logo.png?ver=20120216');
background-size: 274px 63px;
background-position: top center;
background-repeat: no-repeat;
@ -6387,9 +6388,14 @@ a.rsswidget {
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
.login h1 a {
background-image: url(../images/wordpress-logo-2x.png?ver=20120412);
background-image: url('../images/wordpress-logo-2x.png?ver=20120412');
background-size: 274px 63px;
}
.wp-badge {
background-image: url('../images/wp-badge-2x.png?ver=20120516');
background-size: 173px 194px;
}
}
#login {

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB