updated horizontal rule icon to use a more appropriate char

This commit is contained in:
Dave Cranwell 2014-03-18 13:49:32 +00:00
parent 29e1e22853
commit b79aeb5ff8

View file

@ -201,7 +201,7 @@
.icon-horizontalrule{
&:before{
font-family: Open Sans,Arial,sans-serif !important; // FML
content:"-";
content:"\2014";
}
}
.icon-password:before{