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.


git-svn-id: https://develop.svn.wordpress.org/trunk@33912 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor
2015-09-05 19:56:15 +00:00
parent 38038ccba3
commit b8e30f3ec7
22 changed files with 72 additions and 72 deletions
+2 -2
View File
@@ -26,7 +26,7 @@
border-radius: 50%;
color: #00a0d2;
content: '\f227';
font: normal 20px/1.6 'dashicons';
font: normal 20px/1.6 dashicons;
position: absolute;
top: 8px;
left: 15px;
@@ -64,7 +64,7 @@
color: #b4b9be;
content: '\f153';
display: block !important;
font: normal 16px/1 'dashicons';
font: normal 16px/1 dashicons;
speak: none;
margin: 1px 0;
text-align: center;