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:
Andrew Nacin
2014-02-26 17:23:13 +00:00
parent 69bfee0aae
commit c4545fbbf4
29 changed files with 74 additions and 74 deletions

View File

@@ -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;
}