You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: views/breadcrumbs.html
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,14 @@
7
7
<h1>Breadcrumbs</h1>
8
8
<pclass="intro">Make sure your visitors never get lost</p>
9
9
<pclass="alert">
10
-
Note: You need castlecss-breadcrumbs or the full package of CastleCSS for this.
10
+
Note: You need breadcrumbs or the full package of CastleCSS for this.
11
11
</p>
12
12
<p>Feel free to use these breadcrumbs to get you started. Create your own breadcrumbs.scss to overwrite the standard breadcrumbs or edit your <ahref="variables.html">variables document</a> for different colors/styles.</p>
The default separator between the breadcrumbs is the double arrow <code>»</code>. <br/>
65
-
If you want a different character as your separator for all crumbs, please overwrite the variable <code>$castlecss-breadcrumbs-separator</code>.
65
+
If you want a different character as your separator for all crumbs, please overwrite the variable <code>$breadcrumbs-separator</code>.
66
66
</p>
67
67
<p>
68
-
If you want a different charactor for a specific separator, please add the attribute <code>data-castlecss-breadcrumbs-separator</code> and give it the vaule of your separator.
68
+
If you want a different charactor for a specific separator, please add the attribute <code>data-breadcrumbs-separator</code> and give it the vaule of your separator.
69
69
</p>
70
70
<p>
71
-
<strong>Example:</strong><code>data-castlecss-breadcrumbs-separator="/"</code> sets a / as separator
71
+
<strong>Example:</strong><code>data-breadcrumbs-separator="/"</code> sets a / as separator
0 commit comments