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

Side by Side Diff: chrome/renderer/resources/neterror.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
« no previous file with comments | « chrome/renderer/resources/error_no_details.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"> 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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 <img id="plus" src="data:image/png;base64,R0lGODlhDAAMAMQAAAAAzOjp7lVmrezt8Zml ztja4c/R2Gx9te/x9srN1PHz9+7w9Ofp7eHj5/f4+vDx89bZ3t3g5eTn6/P19/v8+/////39/fj4+P// /wAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAABgALAAAAAAMAAwAAAVFYEUIZEkSolCt7CocKgsALdnO rGXLdEVdJMdsOHyQJkTigLRAKBQzxWIQIDGugRlD0miQIoXwDEKGCEaGhHqdeKVMJVQIADs="> 94 <img id="plus" src="data:image/png;base64,R0lGODlhDAAMAMQAAAAAzOjp7lVmrezt8Zml ztja4c/R2Gx9te/x9srN1PHz9+7w9Ofp7eHj5/f4+vDx89bZ3t3g5eTn6/P19/v8+/////39/fj4+P// /wAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAABgALAAAAAAMAAwAAAVFYEUIZEkSolCt7CocKgsALdnO rGXLdEVdJMdsOHyQJkTigLRAKBQzxWIQIDGugRlD0miQIoXwDEKGCEaGhHqdeKVMJVQIADs=">
95 <span id="errorExpander" i18n-content="detailsLink" style="text-decoration:und erline"></span> 95 <span id="errorExpander" i18n-content="detailsLink" style="text-decoration:und erline"></span>
96 </a> 96 </a>
97 <div id="zipInfo"> 97 <div id="zipInfo">
98 <p i18n-content="detailsHeading"></p> 98 <p i18n-content="detailsHeading"></p>
99 <div id="details" i18n-content="details"></div> 99 <div id="details" i18n-content="details"></div>
100 </div> 100 </div>
101 </div> 101 </div>
102 </body> 102 </body>
103 </html> 103 </html>
OLDNEW
« no previous file with comments | « chrome/renderer/resources/error_no_details.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698