Skip to content

Commit

Permalink
EZP-23612: changed breadcrumb separator
Browse files Browse the repository at this point in the history
(cherry picked from commit 84a9fb1)
  • Loading branch information
pedroresende authored and Bertrand Dunogier committed Dec 30, 2014
1 parent f22e19b commit c618892
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Resources/public/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -4282,6 +4282,10 @@ input[type="submit"].btn.small {
.breadcrumb li afocus {
color: #006a8d;
}
.breadcrumb li .separator {
display: inline-block;
padding: 0px 3px;
}
.breadcrumb .divider {
padding: 0 5px;
color: #dbdbdc;
Expand Down
4 changes: 4 additions & 0 deletions Resources/public/less/breadcrumbs.less
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
color: @blueDark;
}
}
.separator {
display: inline-block;
padding: 0px 3px;
}
}
.divider {
padding: 0 5px;
Expand Down

0 comments on commit c618892

Please sign in to comment.