@@ -84,37 +84,44 @@ r##"<!DOCTYPE html>
84
84
<section class="footer"></section>
85
85
86
86
<div id="help" class="hidden">
87
- <div class="shortcuts">
88
- <h1>Keyboard Shortcuts</h1>
89
- <dl>
90
- <dt>?</dt>
91
- <dd>Show this help dialog</dd>
92
- <dt>S</dt>
93
- <dd>Focus the search field</dd>
94
- <dt>⇤</dt>
95
- <dd>Move up in search results</dd>
96
- <dt>⇥</dt>
97
- <dd>Move down in search results</dd>
98
- <dt>⏎</dt>
99
- <dd>Go to active search result</dd>
100
- </dl>
101
- </div>
102
- <div class="infos">
103
- <h1>Search Tricks</h1>
104
- <p>
105
- Prefix searches with a type followed by a colon (e.g.
106
- <code>fn:</code>) to restrict the search to a given type.
107
- </p>
108
- <p>
109
- Accepted types are: <code>fn</code>, <code>mod</code>,
110
- <code>struct</code>, <code>enum</code>,
111
- <code>trait</code>, <code>typedef</code> (or
112
- <code>tdef</code>).
113
- </p>
114
- <p>
115
- Search functions by type signature (e.g.
116
- <code>vec -> usize</code>)
117
- </p>
87
+ <div>
88
+ <div class="shortcuts">
89
+ <h1>Keyboard Shortcuts</h1>
90
+
91
+ <dl>
92
+ <dt>?</dt>
93
+ <dd>Show this help dialog</dd>
94
+ <dt>S</dt>
95
+ <dd>Focus the search field</dd>
96
+ <dt>⇤</dt>
97
+ <dd>Move up in search results</dd>
98
+ <dt>⇥</dt>
99
+ <dd>Move down in search results</dd>
100
+ <dt>⏎</dt>
101
+ <dd>Go to active search result</dd>
102
+ </dl>
103
+ </div>
104
+
105
+ <div class="infos">
106
+ <h1>Search Tricks</h1>
107
+
108
+ <p>
109
+ Prefix searches with a type followed by a colon (e.g.
110
+ <code>fn:</code>) to restrict the search to a given type.
111
+ </p>
112
+
113
+ <p>
114
+ Accepted types are: <code>fn</code>, <code>mod</code>,
115
+ <code>struct</code>, <code>enum</code>,
116
+ <code>trait</code>, <code>typedef</code> (or
117
+ <code>tdef</code>).
118
+ </p>
119
+
120
+ <p>
121
+ Search functions by type signature (e.g.
122
+ <code>vec -> usize</code>)
123
+ </p>
124
+ </div>
118
125
</div>
119
126
</div>
120
127
0 commit comments