Can't use HTML entities in CSS content, apparently
This commit is contained in:
parent
a39d789522
commit
c86c1243ef
1 changed files with 1 additions and 1 deletions
|
@ -45,5 +45,5 @@ text-decoration: none !important;
|
||||||
.copyleft-breadcrumb > li + li:before {
|
.copyleft-breadcrumb > li + li:before {
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
color: #cccccc;
|
color: #cccccc;
|
||||||
content: "→\00a0";
|
content: "\21D2\00a0";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue