Skip to content

Commit 7793cd0

Browse files
committed
Removed anchor from file name in menu.
1 parent 929385c commit 7793cd0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

templates/bootstrap.hbs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@
4141
padding: 0;
4242
}
4343
44-
.menu .file {
45-
font-weight: bold;
46-
}
47-
4844
.menu .scope-private {
4945
opacity: 0.5;
5046
}
@@ -123,7 +119,7 @@ pre .hljs {
123119
{{#each files}}
124120

125121
<li>
126-
<a href="#" class="file">{{name}}</a>
122+
<b>{{name}}</b>
127123
<ul>
128124

129125
{{#each methods}}

0 commit comments

Comments
 (0)