| 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>
|
|
|