Provide an SVG > PNG fallback for the WordPress logo on readme.html. See #26348.

Built from https://develop.svn.wordpress.org/trunk@26823


git-svn-id: http://core.svn.wordpress.org/trunk@26710 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Matt Thomas
2013-12-09 05:35:11 +00:00
parent 3bdfaafaa0
commit e46580b657
4 changed files with 6 additions and 4 deletions

View File

@@ -66,7 +66,8 @@ abbr {
text-align:center
}
#logo 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;