mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Remove unnecessary quotes from urls in CSS.
props TobiasBg. fixes #22476. git-svn-id: https://develop.svn.wordpress.org/trunk@27289 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -66,8 +66,8 @@ abbr {
|
||||
text-align:center
|
||||
}
|
||||
#logo a {
|
||||
background-image: url('../images/w-logo-blue.png?ver=20131202');
|
||||
background-image: none, 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);
|
||||
-webkit-background-size: 80px 80px;
|
||||
background-size: 80px 80px;
|
||||
background-position: center top;
|
||||
|
||||
Reference in New Issue
Block a user