We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a52a2ad commit 56c866aCopy full SHA for 56c866a
static/breadcrumb.less
@@ -8,7 +8,6 @@
8
color: lighten(@gray, 10%);
9
.breadcrumb-dropdown {
10
display: none;
11
- padding: @gutter @gutter/4;
12
position: relative;
13
14
a {
@@ -43,6 +42,7 @@
43
42
li {
44
display: inline-block;
45
list-style: none;
+ padding: @gutter @gutter/4;
46
47
color: white;
48
font-size: 14px;
templates/breadcrumb.mustache
@@ -6,8 +6,9 @@
6
{{#with (getCurrent)}}
7
<li><a href="{{urlTo name}}">{{getShortTitle .}}</a></li>
{{/with}}
- <li> / </li>
- <li class="breadcrumb-dropdown"><a> On this page</a>
+ <li class="breadcrumb-dropdown">
+ /
+ <a> On this page</a>
<ul class="on-this-page"></ul>
</li>
<div class="nav-toggle" title="Back to top"></div>
0 commit comments