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 62f5c33 commit 97be3cfCopy full SHA for 97be3cf
2 files changed
docs/api_split.pug
@@ -33,7 +33,7 @@ block content
33
each prop in item.props
34
li
35
a(href='#' + prop.anchorId)
36
- | #{prop.string}
+ | <code>#{prop.string}</code>
37
- else
38
div.nav-item-title
39
a(href=item.name.toLowerCase() + '.html')
docs/css/api.css
@@ -32,6 +32,10 @@
32
font-size: 0.66em;
}
+.nav-item-sub > li {
+ padding: 2px 0px;
+}
+
.api-nav ul {
40
margin-top: 0.25em;
41
padding-left: 1em;
0 commit comments