mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-18 14:31:19 +02:00
Merge remote-tracking branch 'PayBas/ticket/12347' into develop-ascraeus
* PayBas/ticket/12347: [ticket/12347] Remove unknown/unnecessary hack [ticket/12347] IE8 compatible CSS selector [ticket/12347] Changed from :after to :before [ticket/12347] Changed to the new navbar templates
This commit is contained in:
@@ -597,9 +597,20 @@ ul.linklist.bulletin li.no-bulletin:before {
|
||||
/* Responsive breadcrumbs
|
||||
----------------------------------------*/
|
||||
.breadcrumbs .crumb {
|
||||
float: left;
|
||||
word-wrap: normal;
|
||||
}
|
||||
|
||||
.breadcrumbs .crumb:before {
|
||||
content: '‹';
|
||||
font-weight: bold;
|
||||
padding: 0 0.5em;
|
||||
}
|
||||
|
||||
.breadcrumbs .crumb:first-child:before {
|
||||
content: none;
|
||||
}
|
||||
|
||||
.breadcrumbs .crumb a {
|
||||
display: inline-block;
|
||||
white-space: nowrap;
|
||||
|
Reference in New Issue
Block a user