1
0
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:
Cesar G
2014-04-20 19:26:08 -07:00
3 changed files with 18 additions and 4 deletions

View File

@@ -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;