| OLD | NEW |
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 | 2 |
| 3 <!-- | 3 <!-- |
| 4 about:version template page | 4 about:version template page |
| 5 --> | 5 --> |
| 6 | 6 |
| 7 <html id="t"> | 7 <html id="t"> |
| 8 <head> | 8 <head> |
| 9 <title i18n-content="title"></title> | 9 <title i18n-content="title"></title> |
| 10 <style> | 10 <style> |
| 11 body { | 11 body { |
| 12 font-family:arial; | 12 font-family:Helvetica,Arial,sans-serif; |
| 13 background-color:white; | 13 background-color:white; |
| 14 color: black; | 14 color: black; |
| 15 margin: 0px; | 15 margin: 0px; |
| 16 } | 16 } |
| 17 #outer { | 17 #outer { |
| 18 text-align: left; | 18 text-align: left; |
| 19 margin-top: 10px; | 19 margin-top: 10px; |
| 20 margin-left: auto; | 20 margin-left: auto; |
| 21 margin-right: auto; | 21 margin-right: auto; |
| 22 width: 800px; | 22 width: 800px; |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 <td class="version" id="js_version" i18n-content="js_version"></td> | 83 <td class="version" id="js_version" i18n-content="js_version"></td> |
| 84 </tr> | 84 </tr> |
| 85 <tr><td class="label" valign="top">User Agent</td> | 85 <tr><td class="label" valign="top">User Agent</td> |
| 86 <td class="version" id="useragent" i18n-content="useragent"></td> | 86 <td class="version" id="useragent" i18n-content="useragent"></td> |
| 87 </tr> | 87 </tr> |
| 88 </table> | 88 </table> |
| 89 </div> | 89 </div> |
| 90 </body> | 90 </body> |
| 91 | 91 |
| 92 </html> | 92 </html> |
| OLD | NEW |