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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user