Skip to content

Commit 3b945eb

Browse files
committed
Added deep line for file sections.
1 parent 9c4d802 commit 3b945eb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

templates/bootstrap.hbs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ pre .hljs {
251251
{{#each files}}
252252

253253
<li>
254-
<b>{{name}}</b>
254+
<a href="#{{name}}" class="file"><b>{{name}}</b></a>
255255
<ul>
256256

257257
{{#each methods}}
@@ -276,6 +276,8 @@ pre .hljs {
276276

277277
{{#each files}}
278278

279+
<a id="{{name}}" />
280+
279281
{{#each methods}}
280282

281283
<div class="method scope-{{#if isPrivate}}private{{else}}public{{/if}}">

0 commit comments

Comments
 (0)