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

Side by Side Diff: chrome/browser/resources/gaia_auth/main.html

Issue 10440061: Remaining style fixes from http://codereview.chromium.org/10443024/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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/gaia_auth/main.css ('k') | chrome/browser/resources/gaia_auth/main.js » ('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 <head>
3 <link rel="stylesheet" href="main.css">
4 <meta charset="utf-8">
5 </head>
2 <html> 6 <html>
3 <link rel="stylesheet" href="main.css">
4 <script src="util.js"></script> 7 <script src="util.js"></script>
5 <script src="main.js"></script> 8 <script src="main.js"></script>
6 <body><iframe id="gaia-frame" src="about:blank" 9 <body><iframe id="gaia-frame" src="about:blank"
7 frameborder="0"></iframe></body></html> 10 frameborder="0"></iframe></body>
11 </html>
8 12
OLDNEW
« no previous file with comments | « chrome/browser/resources/gaia_auth/main.css ('k') | chrome/browser/resources/gaia_auth/main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698