Skip to content
This repository was archived by the owner on Mar 8, 2021. It is now read-only.

Commit 9f67e07

Browse files
authored
Merge pull request #1181 from pmfx/develop
Resource breadcrumbs bottom-border
2 parents df865d3 + a0f2a52 commit 9f67e07

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

manager/media/style/MODxRE2/style.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2599,10 +2599,11 @@ code {
25992599
/* breadcrumbs */
26002600

26012601
ul.breadcrumbs {
2602-
margin: 0 0 10px 15px;
2603-
padding: 0;
2602+
margin: 0px 15px 12px 15px;
2603+
padding: 0 0 9px 0;
26042604
line-height: normal;
26052605
font-size: 0;
2606+
border-bottom: 1px dotted #CECACA;
26062607
}
26072608

26082609
li.breadcrumbs__li {

0 commit comments

Comments
 (0)