Issue #2388301 by Sam152: Use CSS escape sequence in breadcrumb styles to prevent erroneous delimiter output
parent
8ae055fb2e
commit
92db0802c2
|
@ -419,7 +419,7 @@ ul.links a.active {
|
||||||
}
|
}
|
||||||
/* IE8 does not support :not() and :last-child. */
|
/* IE8 does not support :not() and :last-child. */
|
||||||
.breadcrumb li:before {
|
.breadcrumb li:before {
|
||||||
content: ' » ';
|
content: ' \BB ';
|
||||||
}
|
}
|
||||||
.breadcrumb li:first-child:before {
|
.breadcrumb li:first-child:before {
|
||||||
content: none;
|
content: none;
|
||||||
|
|
Loading…
Reference in New Issue