diff --git a/app/assets/stylesheets/components/navigation.scss b/app/assets/stylesheets/components/navigation.scss index 682346b76..4fef79cc5 100644 --- a/app/assets/stylesheets/components/navigation.scss +++ b/app/assets/stylesheets/components/navigation.scss @@ -40,6 +40,16 @@ } + &-breadcrumb { + display: inline-block; + width: 6px; + height: 11px; + margin: 0 5px; + background-image: file-url("separator-2x.png"); + background-size: 6px 11px; + background-repeat: no-repeat; + } + li { @include core-19; margin: 0; diff --git a/app/templates/org_template.html b/app/templates/org_template.html index 40b372a5d..4056094c4 100644 --- a/app/templates/org_template.html +++ b/app/templates/org_template.html @@ -10,7 +10,7 @@