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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/gaia_auth/main.html
diff --git a/chrome/browser/resources/gaia_auth/main.html b/chrome/browser/resources/gaia_auth/main.html
index 3de2ac2d66e6b882a0937e635d19fb65fc2b445c..81f4205df5a9de8e4e3c4b70700c6d7a50d348e6 100644
--- a/chrome/browser/resources/gaia_auth/main.html
+++ b/chrome/browser/resources/gaia_auth/main.html
@@ -1,8 +1,12 @@
<!DOCTYPE html>
-<html>
+<head>
<link rel="stylesheet" href="main.css">
+<meta charset="utf-8">
+</head>
+<html>
<script src="util.js"></script>
<script src="main.js"></script>
<body><iframe id="gaia-frame" src="about:blank"
- frameborder="0"></iframe></body></html>
+ frameborder="0"></iframe></body>
csilv 2012/05/25 23:39:19 nit: linefeed before </body>
zel 2012/05/25 23:46:43 Hmm, isn't that going to change my page design too
csilv 2012/05/26 00:10:44 It won't change layout as long as it's just whites
+</html>

Powered by Google App Engine
This is Rietveld 408576698