| OLD | NEW |
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 | 2 |
| 3 <html id="t"> | 3 <html id="t"> |
| 4 <head> | 4 <head> |
| 5 <title>About Stats</title> | 5 <title>About Stats</title> |
| 6 <include src="content_security_policy.html"/> | |
| 7 <style> | 6 <style> |
| 8 body { | 7 body { |
| 9 border-top: 10px solid #3B85E3; | 8 border-top: 10px solid #3B85E3; |
| 10 color: #333; | 9 color: #333; |
| 11 font-family: Verdana, Helvetica, Arial, sans-serif; | 10 font-family: Verdana, Helvetica, Arial, sans-serif; |
| 12 } | 11 } |
| 13 body, td { | 12 body, td { |
| 14 font-size: 11px; | 13 font-size: 11px; |
| 15 } | 14 } |
| 16 a:link, a:visited { | 15 a:link, a:visited { |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 </tr> | 124 </tr> |
| 126 </tbody> | 125 </tbody> |
| 127 </table> | 126 </table> |
| 128 </td> | 127 </td> |
| 129 </tr> | 128 </tr> |
| 130 </tbody> | 129 </tbody> |
| 131 </table><br/> | 130 </table><br/> |
| 132 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 131 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
| 133 </body> | 132 </body> |
| 134 </html> | 133 </html> |
| OLD | NEW |