Changeset - c86c1243ef9a
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 9 years ago 2014-11-07 02:11:40
bkuhn@ebb.org
Can't use HTML entities in CSS content, apparently
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
local.css
Show inline comments
...
 
@@ -45,5 +45,5 @@ text-decoration: none !important;
 
.copyleft-breadcrumb > li + li:before {
 
  padding: 0 5px;
 
  color: #cccccc;
 
  content: "→\00a0";
 
  content: "\21D2\00a0";
 
}
0 comments (0 inline, 0 general)