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
+4 -4
View File
@@ -127,7 +127,7 @@ input[type="radio"]:checked:before {
display: inline-block;
vertical-align: middle;
width: 16px;
font: normal 21px/1 'dashicons';
font: normal 21px/1 dashicons;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
@@ -430,7 +430,7 @@ fieldset label,
#misc-publishing-actions label[for="post_status"]:before {
content: '\f173';
display: inline-block;
font: normal 20px/1 'dashicons';
font: normal 20px/1 dashicons;
speak: none;
left: -1px;
padding: 0 5px 0 0;
@@ -817,7 +817,7 @@ table.form-table td .updated p {
.pressthis-bookmarklet span:before {
color: #777;
font: normal 20px/1 'dashicons';
font: normal 20px/1 dashicons;
content:'\f157';
position: relative;
display: inline-block;
@@ -1024,7 +1024,7 @@ table.form-table td .updated p {
.widefat th input[type="checkbox"]:before,
.widefat thead td input[type="checkbox"]:before,
.widefat tfoot td input[type="checkbox"]:before {
font: normal 30px/1 'Dashicons';
font: normal 30px/1 dashicons;
margin: -3px -5px;
}