| 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> |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 margin-right: auto; | 21 margin-right: auto; |
| 22 width: 800px; | 22 width: 800px; |
| 23 } | 23 } |
| 24 #inner { | 24 #inner { |
| 25 padding-top: 10px; | 25 padding-top: 10px; |
| 26 width: 550px; | 26 width: 550px; |
| 27 } | 27 } |
| 28 .label { | 28 .label { |
| 29 font-weight: bold; | 29 font-weight: bold; |
| 30 text-align: right; | 30 text-align: right; |
| 31 width: 120px; | 31 white-space: nowrap; |
| 32 padding-right: 5px; | 32 padding-right: 5px; |
| 33 font-size: 0.9em; | 33 font-size: 0.9em; |
| 34 border-right: 0px solid black; | 34 border-right: 0px solid black; |
| 35 } | 35 } |
| 36 .label:after { | 36 .label:after { |
| 37 content: ":"; | 37 content: ":"; |
| 38 } | 38 } |
| 39 #logo { | 39 #logo { |
| 40 text-align: right; | 40 text-align: right; |
| 41 float: right; | 41 float: right; |
| (...skipping 41 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 |