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

Unified Diff: chrome/browser/resources/options/chromeos/language_pinyin_options.html

Issue 7063029: Options: Style cleanup - id attribute first. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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/options/chromeos/language_pinyin_options.html
diff --git a/chrome/browser/resources/options/chromeos/language_pinyin_options.html b/chrome/browser/resources/options/chromeos/language_pinyin_options.html
index 8b37da118e219580a84c18686c68152b0e9f630b..6866ce17e431a8450ac941293b77e78d5b0b2a1c 100644
--- a/chrome/browser/resources/options/chromeos/language_pinyin_options.html
+++ b/chrome/browser/resources/options/chromeos/language_pinyin_options.html
@@ -1,4 +1,4 @@
-<div class="page" id="languagePinyinPage" hidden>
+<div id="languagePinyinPage" class="page" hidden>
<h1 i18n-content="languagePinyinPage"></h1>
<section>
<table class="option-control-table">

Powered by Google App Engine
This is Rietveld 408576698