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 | 6 |
7 <style> | 7 <style> |
8 body { | 8 body { |
9 border-top: 10px solid #3B85E3; | 9 border-top: 10px solid #3B85E3; |
10 color: #333; | 10 color: #333; |
11 font-family: Verdana,Arial,Helvetica,sans-serif; | 11 font-family: Verdana, Helvetica, Arial, sans-serif; |
12 } | 12 } |
13 body, td { | 13 body, td { |
14 font-size: 11px; | 14 font-size: 11px; |
15 } | 15 } |
16 a:link, a:visited { | 16 a:link, a:visited { |
17 color: #2C3EBA; | 17 color: #2C3EBA; |
18 text-decoration: none; | 18 text-decoration: none; |
19 } | 19 } |
20 a:hover { | 20 a:hover { |
21 color: red; | 21 color: red; |
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
307 <td class="value"></td> | 307 <td class="value"></td> |
308 </tr> | 308 </tr> |
309 </tbody> | 309 </tbody> |
310 </table> | 310 </table> |
311 </td> | 311 </td> |
312 </tr> | 312 </tr> |
313 </tbody> | 313 </tbody> |
314 </table><br/> | 314 </table><br/> |
315 </body> | 315 </body> |
316 </html> | 316 </html> |
OLD | NEW |