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:
Andrew Nacin
2014-02-26 17:22:18 +00:00
parent 36b9bab81b
commit 724ca13549
16 changed files with 41 additions and 41 deletions

View File

@@ -467,7 +467,7 @@ p.search-box {
}
input[type="text"].ui-autocomplete-loading {
background: transparent url('../images/loading.gif') no-repeat right center;
background: transparent url(../images/loading.gif) no-repeat right center;
visibility: visible;
}