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

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

Issue 9317114: Settings: Clean up browser_options page according to style guide. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes. Created 8 years, 10 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/options2/instant_confirm_overlay.html
diff --git a/chrome/browser/resources/options2/instant_confirm_overlay.html b/chrome/browser/resources/options2/instant_confirm_overlay.html
index bbd55a784956bcab6926cf27ea4fbf93f4567cfc..d2f845dc6cc293c928531c4771bda66c59bc16c2 100644
--- a/chrome/browser/resources/options2/instant_confirm_overlay.html
+++ b/chrome/browser/resources/options2/instant_confirm_overlay.html
@@ -1,8 +1,8 @@
<div id="instantConfirmOverlay" class="page" hidden>
<h1 i18n-content="instantConfirmTitle"></h1>
- <!-- The text has line breaks, so we must use a pre. -->
<div class="content-area">
- <pre class="overlayText" i18n-content="instantConfirmMessage"></pre>
+ <!-- The text has line breaks, so we must use a pre. -->
+ <pre i18n-content="instantConfirmMessage"></pre>
<a id="instantConfirmLearnMore" target="_blank" i18n-content="learnMore"
i18n-values="href:instantLearnMoreLink"></a>
</div>

Powered by Google App Engine
This is Rietveld 408576698