1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-28 10:09:15 +02:00

[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;
}
.breadcrumbs .crumb:after {
.breadcrumbs .crumb:before {
content: '';
font-weight: bold;
padding: 0 0.5em;
}
.breadcrumbs .crumb:last-of-type:after {
.breadcrumbs .crumb:first-of-type:before {
content: '';
content: none;
}