Can't use HTML entities in CSS content, apparently

This commit is contained in:
Bradley M. Kuhn 2014-11-06 21:11:40 -05:00
parent a39d789522
commit c86c1243ef

View file

@ -45,5 +45,5 @@ text-decoration: none !important;
.copyleft-breadcrumb > li + li:before {
padding: 0 5px;
color: #cccccc;
content: "→\00a0";
content: "\21D2\00a0";
}