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

Unified Diff: chrome/browser/resources/options/instant_confirm_overlay.html

Issue 7063029: Options: Style cleanup - id attribute first. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes. 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/instant_confirm_overlay.html
diff --git a/chrome/browser/resources/options/instant_confirm_overlay.html b/chrome/browser/resources/options/instant_confirm_overlay.html
index 04da0d3c916629dcda40aefaba0be5b7afb3ee98..1e724ef72092441e5fafc90c64808107104549df 100644
--- a/chrome/browser/resources/options/instant_confirm_overlay.html
+++ b/chrome/browser/resources/options/instant_confirm_overlay.html
@@ -3,13 +3,13 @@
<!-- The text has line breaks, so we must use a pre. -->
<div class="content-area">
<pre id="instantConfirmText" i18n-content="instantConfirmMessage"></pre>
- <a target="_blank" i18n-values="href:instantLearnMoreLink"
- i18n-content="learnMore" id="instantConfirmLearnMore"></a>
+ <a id="instantConfirmLearnMore" target="_blank" i18n-content="learnMore"
+ i18n-values="href:instantLearnMoreLink"></a>
</div>
<div class="action-area">
<div class="button-strip">
<button id="instantConfirmCancel" i18n-content="cancel"
- class="cancel-button"></button>
+ class="cancel-button"></button>
<button id="instantConfirmOk" i18n-content="ok"></button>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698