adjust breadcrumb style for redmine 3

This commit is contained in:
Frédéric Péters 2018-07-16 12:26:51 +02:00
parent 00dc604c7a
commit 427107fd17
1 changed files with 7 additions and 0 deletions

View File

@ -254,6 +254,13 @@ tr.even.priority-1 { background: #f2faff; }
tr.priority-1 a { color: #559; }
tr.odd.priority-1 td, tr.even.priority-1 td { border-color: #add7f3; }
#header h1 .breadcrumbs {
display: inline-block;
font-size: 100%;
font-weight: normal;
padding-right: 1ex;
}
p.breadcrumb {
border-bottom:1px solid white;
font-size:0.9em;