Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html i18n-values="dir:textdirection;"> | 2 <html i18n-values="dir:textdirection;"> |
| 3 <head> | 3 <head> |
| 4 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"></meta> | 4 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"></meta> |
| 5 <title i18n-content="title"></title> | 5 <title i18n-content="title"></title> |
| 6 <style> | 6 <style> |
| 7 html, body, ul, li { | 7 html, body, ul, li { |
| 8 margin: 0; | 8 margin: 0; |
| 9 padding: 0; | 9 padding: 0; |
| 10 } | 10 } |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 79 | 79 |
| 80 html[dir='rtl'] .float-start { | 80 html[dir='rtl'] .float-start { |
| 81 float-right; | 81 float-right; |
| 82 } | 82 } |
| 83 | 83 |
| 84 .float-stop { | 84 .float-stop { |
| 85 clear: both; | 85 clear: both; |
| 86 } | 86 } |
| 87 | 87 |
| 88 .default-text { | 88 .default-text { |
| 89 font-family: 'Chrome Droid Sans', 'Droid Sans Fallback', sans-serif; | 89 font-family: 'Noto Sans UI', 'Droid Sans Fallback', sans-serif; |
|
Evan Stade
2012/08/02 23:42:53
this should be using the same mechanism as all the
| |
| 90 margin-bottom: 0; | 90 margin-bottom: 0; |
| 91 } | 91 } |
| 92 | 92 |
| 93 .normal-text { | 93 .normal-text { |
| 94 font-size: 15; | 94 font-size: 15; |
| 95 } | 95 } |
| 96 | 96 |
| 97 .progress-text { | 97 .progress-text { |
| 98 color: #666; | 98 color: #666; |
| 99 margin-bottom: 2px; | 99 margin-bottom: 2px; |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 252 </div> | 252 </div> |
| 253 <div class="new-line"></div> | 253 <div class="new-line"></div> |
| 254 </div> | 254 </div> |
| 255 <div id="burn-footer"></div> | 255 <div id="burn-footer"></div> |
| 256 </div> | 256 </div> |
| 257 <script src="chrome://resources/js/i18n_template.js"></script> | 257 <script src="chrome://resources/js/i18n_template.js"></script> |
| 258 <script src="chrome://resources/js/i18n_process.js"></script> | 258 <script src="chrome://resources/js/i18n_process.js"></script> |
| 259 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 259 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
| 260 </body> | 260 </body> |
| 261 </html> | 261 </html> |
| OLD | NEW |