OLD | NEW |
1 <html> | 1 <html> |
2 </html> | 2 </html> |
3 <html id="t"> | 3 <html id="t"> |
4 <head> | 4 <head> |
5 <title>About Sync</title> | 5 <title>About Sync</title> |
6 | 6 |
7 <style type="text/css"> | 7 <style type="text/css"> |
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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 background-size: 100%; | 53 background-size: 100%; |
54 border: 1px solid #3a75bd; | 54 border: 1px solid #3a75bd; |
55 border-radius: 6px; | 55 border-radius: 6px; |
56 color: white; | 56 color: white; |
57 text-shadow: 0 0 2px black; | 57 text-shadow: 0 0 2px black; |
58 } | 58 } |
59 div#header h1 { | 59 div#header h1 { |
60 padding-left: 37px; | 60 padding-left: 37px; |
61 margin: 0; | 61 margin: 0; |
62 display: inline; | 62 display: inline; |
63 background: url('gear.png') 12px 60% no-repeat; | 63 background: url('../../resources/shared/images/gear.png') 12px 60% no-repeat; |
64 color: white; | 64 color: white; |
65 } | 65 } |
66 | 66 |
67 .desc { | 67 .desc { |
68 font-size: 84%; | 68 font-size: 84%; |
69 } | 69 } |
70 | 70 |
71 .err { | 71 .err { |
72 color: red; | 72 color: red; |
73 } | 73 } |
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
199 <td class='number'> | 199 <td class='number'> |
200 <div jscontent="group"></div> | 200 <div jscontent="group"></div> |
201 </td> | 201 </td> |
202 </tr> | 202 </tr> |
203 </table> | 203 </table> |
204 </td> | 204 </td> |
205 </table> | 205 </table> |
206 </div> | 206 </div> |
207 </body> | 207 </body> |
208 </html> | 208 </html> |
OLD | NEW |