mirror of
https://github.com/ziglang/zig.git
synced 2024-11-26 23:22:44 +00:00
autodoc: improve styling of new help dropdown
This commit is contained in:
parent
7e25fb4a43
commit
e682d6eb29
@ -284,7 +284,9 @@
|
||||
transform: translate(0, 0);
|
||||
}
|
||||
|
||||
#searchHelp {
|
||||
#sectSearchResults {
|
||||
box-sizing: border-box;
|
||||
max-width: 960px;
|
||||
}
|
||||
|
||||
#searchHelp summary {
|
||||
@ -963,14 +965,14 @@
|
||||
case-sensitive.</li>
|
||||
<li>Given <code>ArrayListUnmanaged</code>:
|
||||
<ul>
|
||||
<li>the following words (and their prefixes) will match:
|
||||
<li>the following search terms (and their prefixes) will match:
|
||||
<ul>
|
||||
<li><code>array</code></li>
|
||||
<li><code>list</code></li>
|
||||
<li><code>unmanaged</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>the following words will <b>NOT</b> match:
|
||||
<li>the following search terms will <b>NOT</b> match:
|
||||
<ul>
|
||||
<li><code>stun</code></li>
|
||||
<li><code>ray</code></li>
|
||||
|
Loading…
Reference in New Issue
Block a user