| ... | @@ -284,7 +284,9 @@ | ... | @@ -284,7 +284,9 @@ |
| 284 | transform: translate(0, 0); | 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 | #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> |