css: escape non breaking spaces (#5776)

This commit is contained in:
Frédéric Péters 2014-10-21 10:04:55 +02:00
parent 3425188229
commit 17be7b8e3d
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ a[class^="icon-"], a[class*=" icon-"] {
color: #FF7800;
}
.icon-home-space:before { content: "\f015  "; }
.icon-home-space:before { content: "\f015\00a0\00a0"; }
.icon-remove-sign:before { content: "\f057"; }
/* misc */