Adding a SVG > PNG fallback for IE8 support. See #26348.
Built from https://develop.svn.wordpress.org/trunk@26527 git-svn-id: http://core.svn.wordpress.org/trunk@26420 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e86b10131b
commit
076a40e860
|
@ -7798,7 +7798,8 @@ body.press-this {
|
|||
/* WordPress Version Badge */
|
||||
|
||||
.wp-badge {
|
||||
background: url('../images/wordpress-logo-white.svg?ver=20131110') no-repeat;
|
||||
background: url('../images/w-logo-white.png?ver=20131202') no-repeat;
|
||||
background: none, url('../images/wordpress-logo-white.svg?ver=20131110') no-repeat;
|
||||
background-position: center 30px;
|
||||
background-size: 110px 110px;
|
||||
font-size: 14px;
|
||||
|
@ -9200,7 +9201,8 @@ a.rsswidget {
|
|||
}
|
||||
|
||||
.login h1 a {
|
||||
background-image: url('../images/wordpress-logo.svg?ver=20131107');
|
||||
background-image: url('../images/w-logo-blue.png?ver=20131202');
|
||||
background-image: none, url('../images/wordpress-logo.svg?ver=20131107');
|
||||
background-size: 80px 80px;
|
||||
background-position: center top;
|
||||
background-repeat: no-repeat;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -7798,7 +7798,8 @@ body.press-this {
|
|||
/* WordPress Version Badge */
|
||||
|
||||
.wp-badge {
|
||||
background: url('../images/wordpress-logo-white.svg?ver=20131110') no-repeat;
|
||||
background: url('../images/w-logo-white.png?ver=20131202') no-repeat;
|
||||
background: none, url('../images/wordpress-logo-white.svg?ver=20131110') no-repeat;
|
||||
background-position: center 30px;
|
||||
background-size: 110px 110px;
|
||||
font-size: 14px;
|
||||
|
@ -9200,7 +9201,8 @@ a.rsswidget {
|
|||
}
|
||||
|
||||
.login h1 a {
|
||||
background-image: url('../images/wordpress-logo.svg?ver=20131107');
|
||||
background-image: url('../images/w-logo-blue.png?ver=20131202');
|
||||
background-image: none, url('../images/wordpress-logo.svg?ver=20131107');
|
||||
background-size: 80px 80px;
|
||||
background-position: center top;
|
||||
background-repeat: no-repeat;
|
||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 5.5 KiB |
Loading…
Reference in New Issue