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

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

Issue 2897015: Clean up browser_resources.grd:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 5 months 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"> 2 <html id="t">
3 <head> 3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5 <title>About S&#121;stem</title> 5 <title>About S&#121;stem</title>
6 6
7 <style> 7 <style>
8 body { 8 body {
9 font-size: 84%; 9 font-size: 84%;
10 font-family: Arial, Helvetica, sans-serif; 10 font-family: Arial, Helvetica, sans-serif;
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 background-size: 100%; 48 background-size: 100%;
49 border: 1px solid #3a75bd; 49 border: 1px solid #3a75bd;
50 border-radius: 6px; 50 border-radius: 6px;
51 color: white; 51 color: white;
52 text-shadow: 0 0 2px black; 52 text-shadow: 0 0 2px black;
53 } 53 }
54 div#header h1 { 54 div#header h1 {
55 padding-left: 3em; 55 padding-left: 3em;
56 margin: 0; 56 margin: 0;
57 display: inline; 57 display: inline;
58 background: url('gear.png') 12px 60% no-repeat; 58 background: url('shared/images/gear.png') 12px 60% no-repeat;
59 color: white; 59 color: white;
60 } 60 }
61 div#header p { 61 div#header p {
62 font-size: 84%; 62 font-size: 84%;
63 font-style: italic; 63 font-style: italic;
64 padding: 0; 64 padding: 0;
65 margin: 0; 65 margin: 0;
66 color: white; 66 color: white;
67 padding-left: 0.4em; 67 padding-left: 0.4em;
68 display: inline; 68 display: inline;
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 <div jscontent="stat_name"></div> 138 <div jscontent="stat_name"></div>
139 </td> 139 </td>
140 <td class="number"> 140 <td class="number">
141 <div jscontent="stat_value"></div> 141 <div jscontent="stat_value"></div>
142 </td> 142 </td>
143 </tr> 143 </tr>
144 </table> 144 </table>
145 </div> 145 </div>
146 </body> 146 </body>
147 </html> 147 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/about_memory_mac.html ('k') | chrome/browser/resources/app_gallery_icon.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698