[FIX] website: no interpretation for "\2060" on mac with google chrome

On mac with google chrome, the character "\2060" has no interpretation
and a small square is displayed instead.

opw: 630276
This commit is contained in:
Goffin Simon 2015-03-13 17:40:42 +01:00
parent 17c1556208
commit 5733ee865e
2 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ header a.navbar-brand img {
}
#wrapwrap p:empty:after {
content: "\2060";
content: "\202f";
}
/* ----- Snippets Styles ----- */

View File

@ -72,7 +72,7 @@ header
// the beginning of paragraphs so they don't "disappear" after saving when
// used solely for spacing.
#wrapwrap p:empty:after
content: '\2060'
content: '\202f'
/* ----- Snippets Styles ----- */