autodoc: improve styling of new help dropdown

This commit is contained in:
Loris Cro 2023-07-28 17:00:07 +02:00
parent 7e25fb4a43
commit e682d6eb29

View File

@ -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>