| OLD | NEW |
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 <html id="t"> | 2 <html id="t"> |
| 3 <head> | 3 <head> |
| 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
| 5 <title>About System</title> | 5 <title>About System</title> |
| 6 | 6 |
| 7 <style> | 7 <style> |
| 8 body { | 8 body { |
| 9 font-size: 84%; | 9 font-size: 84%; |
| 10 font-family: Arial, Helvetica, sans-serif; | 10 font-family: Arial, Helvetica, sans-serif; |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 background-size: 100%; | 48 background-size: 100%; |
| 49 border: 1px solid #3a75bd; | 49 border: 1px solid #3a75bd; |
| 50 border-radius: 6px; | 50 border-radius: 6px; |
| 51 color: white; | 51 color: white; |
| 52 text-shadow: 0 0 2px black; | 52 text-shadow: 0 0 2px black; |
| 53 } | 53 } |
| 54 div#header h1 { | 54 div#header h1 { |
| 55 padding-left: 3em; | 55 padding-left: 3em; |
| 56 margin: 0; | 56 margin: 0; |
| 57 display: inline; | 57 display: inline; |
| 58 background: url('gear.png') 12px 60% no-repeat; | 58 background: url('shared/images/gear.png') 12px 60% no-repeat; |
| 59 color: white; | 59 color: white; |
| 60 } | 60 } |
| 61 div#header p { | 61 div#header p { |
| 62 font-size: 84%; | 62 font-size: 84%; |
| 63 font-style: italic; | 63 font-style: italic; |
| 64 padding: 0; | 64 padding: 0; |
| 65 margin: 0; | 65 margin: 0; |
| 66 color: white; | 66 color: white; |
| 67 padding-left: 0.4em; | 67 padding-left: 0.4em; |
| 68 display: inline; | 68 display: inline; |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 <div jscontent="stat_name"></div> | 138 <div jscontent="stat_name"></div> |
| 139 </td> | 139 </td> |
| 140 <td class="number"> | 140 <td class="number"> |
| 141 <div jscontent="stat_value"></div> | 141 <div jscontent="stat_value"></div> |
| 142 </td> | 142 </td> |
| 143 </tr> | 143 </tr> |
| 144 </table> | 144 </table> |
| 145 </div> | 145 </div> |
| 146 </body> | 146 </body> |
| 147 </html> | 147 </html> |
| OLD | NEW |