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

Unified Diff: chrome/browser/resources/options/chromeos/internet_detail.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/chromeos/internet_detail.html
diff --git a/chrome/browser/resources/options/chromeos/internet_detail.html b/chrome/browser/resources/options/chromeos/internet_detail.html
index e4da34a728e901ca978fb447fe25b32cb2f1abb8..93b29ef8353ca2e2b681aea30c5d9ceb8817e83e 100644
--- a/chrome/browser/resources/options/chromeos/internet_detail.html
+++ b/chrome/browser/resources/options/chromeos/internet_detail.html
@@ -1,7 +1,7 @@
-<div class="page" id="detailsInternetPage" hidden>
+<div id="detailsInternetPage" class="page" hidden>
<h1 id="inetTitle"></h1>
<!-- Navigation tabs -->
- <div class="subpages-nav-tabs" id="details-tab-strip">
+ <div id="details-tab-strip" class="subpages-nav-tabs">
<span id="wifiNetworkNavTab" class="tab wifi-details"
tab-contents="wifiNetworkTab">
<span class="tab-label"
@@ -68,7 +68,7 @@
class="subpages-tab-contents cellular-details cdma-only">
<section>
<div>
- <table class="option-control-table" id="details-plan-table">
+ <table id="details-plan-table" class="option-control-table">
<tr class="plan-loading-info">
<td i18n-content="planLoading" class="option-value"></td>
</tr>

Powered by Google App Engine
This is Rietveld 408576698