Use \d7 instead of plain 'x' for more square appearance

[finishes #48434179]
This commit is contained in:
slackersoft
2014-01-18 17:33:57 -10:00
parent 9c7ba43ebd
commit 2a8b5a30b6
2 changed files with 2 additions and 2 deletions

View File

@@ -113,7 +113,7 @@ body {
&:before {
color: $failing-color;
content: "x";
content: "\d7";
font-weight: bold;
margin-left: -1px;
}