[ticket/12347] Changed from :after to :before

PHPBB3-12347
This commit is contained in:
PayBas 2014-04-14 20:57:22 +02:00
parent 4abcdd9a18
commit 1c72e97bc8

View file

@ -601,13 +601,13 @@ ul.linklist.bulletin li.no-bulletin:before {
word-wrap: normal; word-wrap: normal;
} }
.breadcrumbs .crumb:after { .breadcrumbs .crumb:before {
content: ''; content: '';
font-weight: bold; font-weight: bold;
padding: 0 0.5em; padding: 0 0.5em;
} }
.breadcrumbs .crumb:last-of-type:after { .breadcrumbs .crumb:first-of-type:before {
content: ''; content: '';
content: none; content: none;
} }