Ticket #28393: 28393.diff
File 28393.diff, 1.6 KB (added by , 10 years ago) |
---|
-
src/wp-admin/css/install.css
68 68 #logo a { 69 69 background-image: url(../images/w-logo-blue.png?ver=20131202); 70 70 background-image: none, url(../images/wordpress-logo.svg?ver=20131107); 71 -webkit-background-size: 8 0px 80px;72 background-size: 8 0px 80px;71 -webkit-background-size: 84px; 72 background-size: 84px; 73 73 background-position: center top; 74 74 background-repeat: no-repeat; 75 75 color: #999; 76 height: 8 0px;76 height: 84px; 77 77 font-size: 20px; 78 78 font-weight: normal; 79 79 line-height: 1.3em; 80 80 margin: -130px auto 25px; 81 81 padding: 0; 82 82 text-decoration: none; 83 width: 8 0px;83 width: 84px; 84 84 text-indent: -9999px; 85 85 outline: none; 86 86 overflow: hidden; -
src/wp-admin/css/login.css
126 126 .login h1 a { 127 127 background-image: url(../images/w-logo-blue.png?ver=20131202); 128 128 background-image: none, url(../images/wordpress-logo.svg?ver=20131107); 129 -webkit-background-size: 8 0px 80px;130 background-size: 8 0px 80px;129 -webkit-background-size: 84px; 130 background-size: 84px; 131 131 background-position: center top; 132 132 background-repeat: no-repeat; 133 133 color: #999; 134 height: 8 0px;134 height: 84px; 135 135 font-size: 20px; 136 136 font-weight: normal; 137 137 line-height: 1.3em; 138 138 margin: 0 auto 25px; 139 139 padding: 0; 140 140 text-decoration: none; 141 width: 8 0px;141 width: 84px; 142 142 text-indent: -9999px; 143 143 outline: none; 144 144 overflow: hidden;