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

Unified Diff: chrome/browser/resources/options/certificate_manager.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/certificate_manager.html
diff --git a/chrome/browser/resources/options/certificate_manager.html b/chrome/browser/resources/options/certificate_manager.html
index 279caf15c7e00f4cb3a645f4ae121b4f24cf1b05..64974486a9429bc4fac9741a2c5ff8231de81a2e 100644
--- a/chrome/browser/resources/options/certificate_manager.html
+++ b/chrome/browser/resources/options/certificate_manager.html
@@ -1,6 +1,5 @@
-<div class="page" id="certificateManagerPage" hidden>
+<div id="certificateManagerPage" class="page" hidden>
<h1 i18n-content="certificateManagerPage"></h1>
-
<!-- Navigation tabs -->
<div class="subpages-nav-tabs">
<span id="personal-certs-nav-tab" class="tab"
@@ -28,9 +27,7 @@
<span class="active-tab-label" i18n-content="unknownCertsTabTitle"></span>
</span>
</div>
-
<!-- TODO(mattm): get rid of use of tables? -->
-
<!-- Tab contents -->
<div id="personalCertsTab" class="subpages-tab-contents">
<table class="certificate-tree-table">
@@ -61,7 +58,6 @@
</td></tr>
</table>
</div>
-
<div id="serverCertsTab" class="subpages-tab-contents">
<table class="certificate-tree-table">
<tr><td>
@@ -86,7 +82,6 @@
</td></tr>
</table>
</div>
-
<div id="caCertsTab" class="subpages-tab-contents">
<table class="certificate-tree-table">
<tr><td>
@@ -109,7 +104,6 @@
</td></tr>
</table>
</div>
-
<div id="otherCertsTab" class="subpages-tab-contents">
<table class="certificate-tree-table">
<tr><td>
@@ -128,5 +122,4 @@
</td></tr>
</table>
</div>
-
</div>

Powered by Google App Engine
This is Rietveld 408576698