From c86c1243ef9a11a7a588dbcc0bf1f5698955a046 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Thu, 6 Nov 2014 21:11:40 -0500 Subject: [PATCH] Can't use HTML entities in CSS content, apparently --- local.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local.css b/local.css index db652b4..5bf1b74 100644 --- a/local.css +++ b/local.css @@ -45,5 +45,5 @@ text-decoration: none !important; .copyleft-breadcrumb > li + li:before { padding: 0 5px; color: #cccccc; - content: "→\00a0"; + content: "\21D2\00a0"; }