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

Side by Side Diff: chrome/browser/sync/resources/about_sync.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
« no previous file with comments | « chrome/browser/resources/slideshow.html ('k') | chrome/browser/sync/resources/gaia_login.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 <html> 1 <html>
2 </html> 2 </html>
3 <html id="t"> 3 <html id="t">
4 <head> 4 <head>
5 <title>About Sync</title> 5 <title>About Sync</title>
6 6
7 <style type="text/css"> 7 <style type="text/css">
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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 background-size: 100%; 53 background-size: 100%;
54 border: 1px solid #3a75bd; 54 border: 1px solid #3a75bd;
55 border-radius: 6px; 55 border-radius: 6px;
56 color: white; 56 color: white;
57 text-shadow: 0 0 2px black; 57 text-shadow: 0 0 2px black;
58 } 58 }
59 div#header h1 { 59 div#header h1 {
60 padding-left: 37px; 60 padding-left: 37px;
61 margin: 0; 61 margin: 0;
62 display: inline; 62 display: inline;
63 background: url('gear.png') 12px 60% no-repeat; 63 background: url('../../resources/shared/images/gear.png') 12px 60% no-repeat;
64 color: white; 64 color: white;
65 } 65 }
66 66
67 .desc { 67 .desc {
68 font-size: 84%; 68 font-size: 84%;
69 } 69 }
70 70
71 .err { 71 .err {
72 color: red; 72 color: red;
73 } 73 }
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 <td class='number'> 199 <td class='number'>
200 <div jscontent="group"></div> 200 <div jscontent="group"></div>
201 </td> 201 </td>
202 </tr> 202 </tr>
203 </table> 203 </table>
204 </td> 204 </td>
205 </table> 205 </table>
206 </div> 206 </div>
207 </body> 207 </body>
208 </html> 208 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/slideshow.html ('k') | chrome/browser/sync/resources/gaia_login.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698