Chromium Code Reviews| Index: chrome/browser/resources/options/chromeos/internet_options.html |
| diff --git a/chrome/browser/resources/options/chromeos/internet_options.html b/chrome/browser/resources/options/chromeos/internet_options.html |
| index b1ccaee90811efbc16f77d407259baabcde5da5d..a5ec946e289c43dc126e3d50ad950a3ab77234d9 100644 |
| --- a/chrome/browser/resources/options/chromeos/internet_options.html |
| +++ b/chrome/browser/resources/options/chromeos/internet_options.html |
| @@ -32,18 +32,18 @@ |
| </div> |
| </section> |
| <section id="wired-section"> |
| - <h3 i18n-content="wired_title"></h3> |
| + <h3 i18n-content="wired_title" class="topAlignTitle"></h3> |
|
James Hawkins
2011/06/09 16:45:52
nit: Class names use dash-form.
James Hawkins
2011/06/09 17:02:19
When you fix an issue described in a comment, can
kevers
2011/06/09 20:54:15
Done.
kevers
2011/06/09 20:54:15
Done.
|
| <div id="wired-list" class="networks"></div> |
| </section> |
| <section id="wireless-section"> |
| - <h3 i18n-content="wireless_title"></h3> |
| + <h3 i18n-content="wireless_title" class="topAlignTitle"></h3> |
| <div id="wireless-list" class="networks"></div> |
| </section> |
| <section id="vpn-section"> |
| - <h3 i18n-content="vpn_title"></h3> |
| + <h3 i18n-content="vpn_title" class="topAlignTitle"></h3> |
| <div id="vpn-list" class="networks"></div> |
| </section> |
| - <section id="remembered-section"> |
| + <section id="remembered-section" class="topAlignTitle"> |
| <h3 i18n-content="remembered_title"></h3> |
| <div id="remembered-list" class="networks"></div> |
| </section> |