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

Unified Diff: chrome/browser/resources/net_internals/import_view.html

Issue 9521006: Cleanup some classnames to match style. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase off head Created 8 years, 10 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/net_internals/import_view.html
diff --git a/chrome/browser/resources/net_internals/import_view.html b/chrome/browser/resources/net_internals/import_view.html
index 9109c60194f2e71749c88a3db01d52819dd722b3..89d97a9e3d933f13e2a1a3b881c426cbd3251934 100644
--- a/chrome/browser/resources/net_internals/import_view.html
+++ b/chrome/browser/resources/net_internals/import_view.html
@@ -34,11 +34,11 @@
</style>
-<div id=import-view-tab-content>
+<div id=import-view-tab-content class=content-box>
<div id=import-view-loaded-div style="display: none">
<h2>Data Loaded</h2>
- <table class=styledTable>
+ <table class=styled-table>
<tr>
<th>Export date</th>
<td id=import-view-export-date></td>

Powered by Google App Engine
This is Rietveld 408576698