OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html id="t" i18n-values="dir:textdirection"> | 2 <html id="t" i18n-values="dir:textdirection"> |
3 <head> | 3 <head> |
4 <title i18n-content="title"> | 4 <title i18n-content="title"> |
5 </title> | 5 </title> |
6 <style> | 6 <style> |
7 body { | 7 body { |
8 background-color: #fff; | 8 background-color: #fff; |
9 color: #000; | 9 color: #000; |
10 font-family: arial,sans-serif; | 10 font-family: Helvetica, Arial, sans-serif; |
11 font-size: 83%; | 11 font-size: 83%; |
12 line-height: 120%; | 12 line-height: 120%; |
13 max-width: 35em; | 13 max-width: 35em; |
14 padding: 0.5em 1em; | 14 padding: 0.5em 1em; |
15 } | 15 } |
16 li { | 16 li { |
17 padding-bottom: .3em; | 17 padding-bottom: .3em; |
18 } | 18 } |
19 ul { | 19 ul { |
20 margin: .5em 0 0; | 20 margin: .5em 0 0; |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
63 <a jscontent="hostName" jsvalues="href:homePage"></a> | 63 <a jscontent="hostName" jsvalues="href:homePage"></a> |
64 </li> | 64 </li> |
65 <li jsselect="suggestionsLearnMore"> | 65 <li jsselect="suggestionsLearnMore"> |
66 <span jsvalues=".innerHTML:msg"></span> | 66 <span jsvalues=".innerHTML:msg"></span> |
67 </li> | 67 </li> |
68 </ul> | 68 </ul> |
69 </div> | 69 </div> |
70 | 70 |
71 </body> | 71 </body> |
72 </html> | 72 </html> |
OLD | NEW |