Remove unnecessary quotes from urls in CSS.
props TobiasBg. fixes #22476. Built from https://develop.svn.wordpress.org/trunk@27289 git-svn-id: http://core.svn.wordpress.org/trunk@27145 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -913,7 +913,7 @@ i.mce-caret:before {
|
||||
}
|
||||
|
||||
#wp-link .toggle-arrow {
|
||||
background: transparent url("../images/toggle-arrow.png") top right no-repeat;
|
||||
background: transparent url(../images/toggle-arrow.png) top right no-repeat;
|
||||
height: 23px;
|
||||
line-height: 23px;
|
||||
}
|
||||
@@ -1831,7 +1831,7 @@ html:lang(he-il) .rtl .quicktags-toolbar input {
|
||||
}
|
||||
|
||||
#wp-link .toggle-arrow {
|
||||
background: transparent url('../images/toggle-arrow-2x.png') top right no-repeat;
|
||||
background: transparent url(../images/toggle-arrow-2x.png) top right no-repeat;
|
||||
-webkit-background-size: 19px 69px;
|
||||
background-size: 19px 69px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user