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 929385c commit 7793cd0Copy full SHA for 7793cd0
templates/bootstrap.hbs
@@ -41,10 +41,6 @@
41
padding: 0;
42
}
43
44
-.menu .file {
45
- font-weight: bold;
46
-}
47
-
48
.menu .scope-private {
49
opacity: 0.5;
50
@@ -123,7 +119,7 @@ pre .hljs {
123
119
{{#each files}}
124
120
125
121
<li>
126
- <a href="#" class="file">{{name}}</a>
122
+ <b>{{name}}</b>
127
<ul>
128
129
{{#each methods}}
0 commit comments