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