Slightly bump up the login logo size to avoid getting chopped off by Firefox's rounding problems. props SergeyBiryukov for the initial patch. fixes #28393.

git-svn-id: https://develop.svn.wordpress.org/trunk@28850 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi 2014-06-26 15:35:19 +00:00
parent 772903e5e9
commit 2187cc6f98
2 changed files with 8 additions and 8 deletions

View File

@ -68,19 +68,19 @@ abbr {
#logo a {
background-image: url(../images/w-logo-blue.png?ver=20131202);
background-image: none, url(../images/wordpress-logo.svg?ver=20131107);
-webkit-background-size: 80px 80px;
background-size: 80px 80px;
-webkit-background-size: 84px;
background-size: 84px;
background-position: center top;
background-repeat: no-repeat;
color: #999;
height: 80px;
height: 84px;
font-size: 20px;
font-weight: normal;
line-height: 1.3em;
margin: -130px auto 25px;
padding: 0;
text-decoration: none;
width: 80px;
width: 84px;
text-indent: -9999px;
outline: none;
overflow: hidden;

View File

@ -126,19 +126,19 @@ p {
.login h1 a {
background-image: url(../images/w-logo-blue.png?ver=20131202);
background-image: none, url(../images/wordpress-logo.svg?ver=20131107);
-webkit-background-size: 80px 80px;
background-size: 80px 80px;
-webkit-background-size: 84px;
background-size: 84px;
background-position: center top;
background-repeat: no-repeat;
color: #999;
height: 80px;
height: 84px;
font-size: 20px;
font-weight: normal;
line-height: 1.3em;
margin: 0 auto 25px;
padding: 0;
text-decoration: none;
width: 80px;
width: 84px;
text-indent: -9999px;
outline: none;
overflow: hidden;