Fix broken unicode char in CSS

This commit is contained in:
Ben McMorran
2014-08-20 14:54:21 -04:00
parent de52f82352
commit 4bc672b93d

View File

@@ -789,7 +789,7 @@ hr.divide {
&:after {
@include font-size(20);
content: '???';
content: '';
display: block;
position: absolute;
bottom: -14px;