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

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

Issue 7067036: Options: Remove the hidden class, since we override the hidden attribute to set (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/font_settings.html
diff --git a/chrome/browser/resources/options/font_settings.html b/chrome/browser/resources/options/font_settings.html
index 0c661994c33f13bfdf6f1c19e4f3c478677bcf00..43837bf20f6a01c9b66f99dd3ae451b88d51e304 100644
--- a/chrome/browser/resources/options/font_settings.html
+++ b/chrome/browser/resources/options/font_settings.html
@@ -1,4 +1,4 @@
-<div id="font-settings" class="page hidden">
+<div id="font-settings" class="page" hidden>
<h1 i18n-content="fontSettingsPage"></h1>
<section>
<h3 i18n-content="fontSettingsStandard"></h3>

Powered by Google App Engine
This is Rietveld 408576698