Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(368)

Side by Side Diff: chrome/browser/security/resources/ssl_roadblock.html

Issue 333032: Ensure that Helvetica, if installed, is used instead of Arial. This should be... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html i18n-values="dir:textdirection"> 2 <html i18n-values="dir:textdirection">
3 <head> 3 <head>
4 <title i18n-content="title"></title> 4 <title i18n-content="title"></title>
5 <style type="text/css"> 5 <style type="text/css">
6 body { 6 body {
7 background-color:#500; 7 background-color:#500;
8 font-family:arial; 8 font-family:Helvetica,Arial,sans-serif;
9 margin:0px; 9 margin:0px;
10 } 10 }
11 .background { 11 .background {
12 position:absolute; 12 position:absolute;
13 width:100%; 13 width:100%;
14 height:100%; 14 height:100%;
15 } 15 }
16 .cell { 16 .cell {
17 padding:40px; 17 padding:40px;
18 } 18 }
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 <p i18n-values=".innerHTML:moreInfo1"></p> 130 <p i18n-values=".innerHTML:moreInfo1"></p>
131 <p i18n-values=".innerHTML:moreInfo2"></p> 131 <p i18n-values=".innerHTML:moreInfo2"></p>
132 <p i18n-values=".innerHTML:moreInfo3"></p> 132 <p i18n-values=".innerHTML:moreInfo3"></p>
133 <p i18n-values=".innerHTML:moreInfo4"></p> 133 <p i18n-values=".innerHTML:moreInfo4"></p>
134 <p i18n-values=".innerHTML:moreInfo5"></p> 134 <p i18n-values=".innerHTML:moreInfo5"></p>
135 </div> 135 </div>
136 </td> 136 </td>
137 </table> 137 </table>
138 </body> 138 </body>
139 </html> 139 </html>
OLDNEW
« no previous file with comments | « chrome/browser/security/resources/ssl_error.html ('k') | chrome/renderer/resources/error_no_details.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698