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

Side by Side Diff: chrome/browser/resources/about_stats.html

Issue 117713003: Add encoding info for those WebUI pages that were missing it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years 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/browser/resources/about_nacl.html ('k') | chrome/browser/resources/about_version.html » ('j') | 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 2
3 <html id="t"> 3 <html id="t">
4 <head> 4 <head>
5 <meta charset="utf-8">
5 <title>About Stats</title> 6 <title>About Stats</title>
6 <style> 7 <style>
7 body { 8 body {
8 border-top: 10px solid #3B85E3; 9 border-top: 10px solid #3B85E3;
9 color: #333; 10 color: #333;
10 font-family: Verdana, Helvetica, Arial, sans-serif; 11 font-family: Verdana, Helvetica, Arial, sans-serif;
11 } 12 }
12 body, td { 13 body, td {
13 font-size: 11px; 14 font-size: 11px;
14 } 15 }
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 </tr> 126 </tr>
126 </tbody> 127 </tbody>
127 </table> 128 </table>
128 </td> 129 </td>
129 </tr> 130 </tr>
130 </tbody> 131 </tbody>
131 </table><br> 132 </table><br>
132 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 133 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
133 </body> 134 </body>
134 </html> 135 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/about_nacl.html ('k') | chrome/browser/resources/about_version.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698