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

Side by Side Diff: chrome/renderer/resources/error_no_details.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 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
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>
OLDNEW
« no previous file with comments | « chrome/browser/security/resources/ssl_roadblock.html ('k') | chrome/renderer/resources/neterror.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698