Dashicons CSS: one-word font families don't need quotes. Font families with a space in the name should use double-quotes (doesn't apply here).

Props afercia.
Fixes #32866.

Built from https://develop.svn.wordpress.org/trunk@33912


git-svn-id: http://core.svn.wordpress.org/trunk@33881 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor
2015-09-05 19:57:25 +00:00
parent 44dace3487
commit f5c754bfed
51 changed files with 151 additions and 151 deletions

View File

@@ -306,7 +306,7 @@
}
.ui-dialog-titlebar-close:before {
font: normal 20px/1 'dashicons';
font: normal 20px/1 dashicons;
vertical-align: top;
speak: none;
-webkit-font-smoothing: antialiased;