mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02:00
[ticket/12347] Changed from :after to :before
PHPBB3-12347
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user