Issue #2388301 by Sam152: Use CSS escape sequence in breadcrumb styles to prevent erroneous delimiter output

8.0.x
Alex Pott 2014-12-23 10:11:11 +01:00
parent 8ae055fb2e
commit 92db0802c2
1 changed files with 1 additions and 1 deletions

View File

@ -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;