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:
parent
4abcdd9a18
commit
1c72e97bc8
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user