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
+3 -3
View File
@@ -315,7 +315,7 @@
}
#find-posts-close:before {
font: normal 20px/36px 'dashicons';
font: normal 20px/36px dashicons;
vertical-align: top;
speak: none;
-webkit-font-smoothing: antialiased;
@@ -672,7 +672,7 @@ border color while dragging a file over the uploader drop area */
.edit-attachment-frame .edit-media-header .right:before,
.edit-attachment-frame .edit-media-header .left:before {
font: normal 20px/50px 'dashicons' !important;
font: normal 20px/50px dashicons !important;
display: inline;
font-weight: 300;
}
@@ -933,7 +933,7 @@ border color while dragging a file over the uploader drop area */
}
.imgedit-menu div:before {
font: normal 20px/1 'dashicons';
font: normal 20px/1 dashicons;
speak: none;
vertical-align: middle;
}