OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 | 2 |
3 <!-- | 3 <!-- |
4 about:memory template page | 4 about:memory template page |
5 --> | 5 --> |
6 <html id="t"> | 6 <html id="t"> |
7 <head> | 7 <head> |
8 <title>About Memory</title> | 8 <title>About Memory</title> |
9 <include src="content_security_policy.html"/> | |
10 <link rel="stylesheet" href="shared/css/about_memory.css"> | 9 <link rel="stylesheet" href="shared/css/about_memory.css"> |
11 <style> | 10 <style> |
12 body { | 11 body { |
13 font-family: Helvetica, Arial, sans-serif; | 12 font-family: Helvetica, Arial, sans-serif; |
14 } | 13 } |
15 div#header select { | 14 div#header select { |
16 font-family: Helvetica, Arial, sans-serif; | 15 font-family: Helvetica, Arial, sans-serif; |
17 } | 16 } |
18 div.viewOptions input { | 17 div.viewOptions input { |
19 font-family: Helvetica, Arial, sans-serif; | 18 font-family: Helvetica, Arial, sans-serif; |
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
349 <tr class='noResults'> | 348 <tr class='noResults'> |
350 <td colspan='99'> | 349 <td colspan='99'> |
351 No results found. | 350 No results found. |
352 </td> | 351 </td> |
353 </tr> | 352 </tr> |
354 </table> | 353 </table> |
355 </div> | 354 </div> |
356 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 355 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
357 </body> | 356 </body> |
358 </html> | 357 </html> |
OLD | NEW |