authorgravatar for kappaloris@gmail.comLoris Cro <kappaloris@gmail.com> 2023-07-28 17:00:07+02:00
committergravatar for kappaloris@gmail.comLoris Cro <kappaloris@gmail.com> 2023-07-28 17:00:07+02:00
loge682d6eb2924d9c970b75dd9119fa02f1819e84e
tree9ef6ba3d99ce011328ed6ecb42eec61d10c0ea09
parent7e25fb4a430cb8152d9c67899512152a8fcc2640

autodoc: improve styling of new help dropdown


1 files changed, 5 insertions(+), 3 deletions(-)

lib/docs/index.html+5-3
...@@ -284,7 +284,9 @@...@@ -284,7 +284,9 @@
284 transform: translate(0, 0);284 transform: translate(0, 0);
285 }285 }
286286
287 #searchHelp {287 #sectSearchResults {
288 box-sizing: border-box;
289 max-width: 960px;
288 }290 }
289291
290 #searchHelp summary {292 #searchHelp summary {
...@@ -963,14 +965,14 @@...@@ -963,14 +965,14 @@
963 case-sensitive.</li>965 case-sensitive.</li>
964 <li>Given <code>ArrayListUnmanaged</code>:966 <li>Given <code>ArrayListUnmanaged</code>:
965 <ul>967 <ul>
966 <li>the following words (and their prefixes) will match:968 <li>the following search terms (and their prefixes) will match:
967 <ul>969 <ul>
968 <li><code>array</code></li>970 <li><code>array</code></li>
969 <li><code>list</code></li>971 <li><code>list</code></li>
970 <li><code>unmanaged</code></li>972 <li><code>unmanaged</code></li>
971 </ul>973 </ul>
972 </li>974 </li>
973 <li>the following words will <b>NOT</b> match:975 <li>the following search terms will <b>NOT</b> match:
974 <ul>976 <ul>
975 <li><code>stun</code></li>977 <li><code>stun</code></li>
976 <li><code>ray</code></li>978 <li><code>ray</code></li>