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 | 9 |
10 <style> | 10 <style> |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 background-size: 100%; | 62 background-size: 100%; |
63 border: 1px solid #3a75bd; | 63 border: 1px solid #3a75bd; |
64 border-radius: 6px; | 64 border-radius: 6px; |
65 color: white; | 65 color: white; |
66 text-shadow: 0 0 2px black; | 66 text-shadow: 0 0 2px black; |
67 } | 67 } |
68 div#header h1 { | 68 div#header h1 { |
69 padding-left: 37px; | 69 padding-left: 37px; |
70 margin: 0; | 70 margin: 0; |
71 display: inline; | 71 display: inline; |
72 background: url('gear.png') 12px 60% no-repeat; | 72 background: url('shared/images/gear.png') 12px 60% no-repeat; |
73 color: white; | 73 color: white; |
74 } | 74 } |
75 div#header p { | 75 div#header p { |
76 font-size: 84%; | 76 font-size: 84%; |
77 font-style: italic; | 77 font-style: italic; |
78 padding: 0; | 78 padding: 0; |
79 margin: 0; | 79 margin: 0; |
80 color: white; | 80 color: white; |
81 padding-left: 0.4em; | 81 padding-left: 0.4em; |
82 display: inline; | 82 display: inline; |
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
281 padding-left: 25px; | 281 padding-left: 25px; |
282 background-position: 5px center; | 282 background-position: 5px center; |
283 background-repeat: no-repeat; | 283 background-repeat: no-repeat; |
284 } | 284 } |
285 | 285 |
286 div.help { | 286 div.help { |
287 display: inline-block; | 287 display: inline-block; |
288 width: 14px; | 288 width: 14px; |
289 margin: -1px 0; | 289 margin: -1px 0; |
290 height: 14px; | 290 height: 14px; |
291 background: url('help.gif') center bottom no-repeat; | 291 background: url('shared/images/help.gif') center bottom no-repeat; |
292 opacity: 0.33; | 292 opacity: 0.33; |
293 } | 293 } |
294 div.help:hover { | 294 div.help:hover { |
295 opacity: 1; | 295 opacity: 1; |
296 } | 296 } |
297 div.help div { | 297 div.help div { |
298 display: none; | 298 display: none; |
299 } | 299 } |
300 #helpTooltip { | 300 #helpTooltip { |
301 z-index: 1000; | 301 z-index: 1000; |
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
581 </table> | 581 </table> |
582 | 582 |
583 <div class="otherbrowsers">(The memory usage of our renderer processes is
slightly less accurate when they are sandboxed.)</div> | 583 <div class="otherbrowsers">(The memory usage of our renderer processes is
slightly less accurate when they are sandboxed.)</div> |
584 | 584 |
585 </div> | 585 </div> |
586 </body> | 586 </body> |
587 <script> | 587 <script> |
588 enableHelpTooltips(); | 588 enableHelpTooltips(); |
589 </script> | 589 </script> |
590 </html> | 590 </html> |
OLD | NEW |