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
@@ -182,7 +182,7 @@
left: 0;
width: 100%;
height: 100%;
font: normal 20px/43px 'dashicons';
font: normal 20px/43px dashicons;
text-align: center;
text-indent: 0;
-webkit-font-smoothing: antialiased;
@@ -256,7 +256,7 @@
position: absolute;
top: 12px;
right: 10px;
font: normal 20px/1 'dashicons';
font: normal 20px/1 dashicons;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
@@ -316,7 +316,7 @@
position: relative;
right: -2px;
top: -1px;
font: normal 20px/1 'dashicons';
font: normal 20px/1 dashicons;
vertical-align: middle;
-webkit-transition: all 0.2s;
transition: all 0.2s;
@@ -466,7 +466,7 @@ body.adding-widget #customize-preview {
width: 20px;
height: 20px;
color: #32373c;
font: normal 20px/1 'dashicons';
font: normal 20px/1 dashicons;
text-align: center;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;