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

@@ -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;