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

[ticket/12347] Changed to the new navbar templates

PHPBB3-12347
This commit is contained in:
PayBas
2014-04-11 11:41:02 +02:00
parent d5363bd095
commit 4abcdd9a18
3 changed files with 18 additions and 4 deletions

View File

@@ -597,9 +597,21 @@ ul.linklist.bulletin li.no-bulletin:before {
/* Responsive breadcrumbs
----------------------------------------*/
.breadcrumbs .crumb {
float: left;
word-wrap: normal;
}
.breadcrumbs .crumb:after {
content: '';
font-weight: bold;
padding: 0 0.5em;
}
.breadcrumbs .crumb:last-of-type:after {
content: '';
content: none;
}
.breadcrumbs .crumb a {
display: inline-block;
white-space: nowrap;