mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/12347] Changed from :after to :before
PHPBB3-12347
This commit is contained in:
parent
4abcdd9a18
commit
1c72e97bc8
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue