1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-20 23:41:29 +02:00

[ticket/12347] IE8 compatible CSS selector

PHPBB3-12347
This commit is contained in:
PayBas
2014-04-20 14:32:19 +02:00
parent 1c72e97bc8
commit f251a8b50d
2 changed files with 3 additions and 2 deletions

View File

@@ -607,7 +607,7 @@ ul.linklist.bulletin li.no-bulletin:before {
padding: 0 0.5em;
}
.breadcrumbs .crumb:first-of-type:before {
.breadcrumbs .crumb:first-child:before {
content: '';
content: none;
}