mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 12:28:52 +00:00
[ticket/17459] Fix incorrect breadcrumbs spacing
PHPBB-17459
This commit is contained in:
parent
c0ae7ccb3e
commit
31f9ffd56b
1 changed files with 2 additions and 2 deletions
|
@ -615,12 +615,12 @@ a.header-avatar img {
|
||||||
.breadcrumbs .crumb {
|
.breadcrumbs .crumb {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
word-wrap: normal;
|
word-wrap: normal;
|
||||||
float: left;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.breadcrumbs .crumb:before {
|
.breadcrumbs .crumb:before {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 0 0.5em;
|
padding: 0 0.1em;
|
||||||
content: "\203A";
|
content: "\203A";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue