Skip to content

Commit 3ed07a6

Browse files
author
Florian Kissling
committed
Stop anchorjs from suffixing its links for "Placeholders" and "Templating" headlines.
Cosmetic changes for the homepage 3.x docs notice.
1 parent 54d2b34 commit 3ed07a6

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

docs/_sass/_s2-docs-home.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
padding: 15px 20px;
33
color: #777;
44
background-color: #FAFAFA;
5-
border-top: 1px solid #FFF;
65
border-bottom: 1px solid #eee;
76
a {
87
font-weight: bold;

docs/examples.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ <h2 class="s2-docs-headline-example">Example code</h2>
9494
</div>
9595
</section>
9696

97-
<section id="placeholders" class="row">
97+
<section class="row">
9898
<div class="col-md-4">
99-
<h1>Placeholders</h1>
99+
<h1 id="placeholders">Placeholders</h1>
100100

101101
<p>
102102
A placeholder value can be defined and will be displayed until a selection is made.
@@ -136,9 +136,9 @@ <h2 class="s2-docs-headline-example">Example code</h2>
136136
</div>
137137
</section>
138138

139-
<section id="templating" class="row">
139+
<section class="row">
140140
<div class="col-md-4">
141-
<h1>Templating</h1>
141+
<h1 id="templating">Templating</h1>
142142

143143
<p>
144144
Various display options of the Select2 component can be changed

0 commit comments

Comments
 (0)