mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-13 00:54:34 +00:00
Double-size icons and WordPress logo for retina displays, props chexee, props empireoflight, props iammattthomas, see #20293
git-svn-id: https://develop.svn.wordpress.org/trunk@20356 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -6096,7 +6096,10 @@ a.rsswidget {
|
||||
}
|
||||
|
||||
.login h1 a {
|
||||
background: url(../images/wordpress-logo.png?ver=20120216) no-repeat top center;
|
||||
background-image: url(../images/wordpress-logo.png?ver=20120216);
|
||||
background-size: 274px 63px;
|
||||
background-position: top center;
|
||||
background-repeat: no-repeat;
|
||||
width: 326px;
|
||||
height: 67px;
|
||||
text-indent: -9999px;
|
||||
@@ -6105,6 +6108,13 @@ a.rsswidget {
|
||||
display: block;
|
||||
}
|
||||
|
||||
@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-size: 274px 63px;
|
||||
}
|
||||
}
|
||||
|
||||
#login {
|
||||
width: 320px;
|
||||
padding: 114px 0 0;
|
||||
|
||||
Reference in New Issue
Block a user