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

Unified Diff: chrome/browser/resources/net_internals/dns_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/dns_view.html
diff --git a/chrome/browser/resources/net_internals/dns_view.html b/chrome/browser/resources/net_internals/dns_view.html
index 36a7fab6e13b6713ac8f6ca564069d666d16b67a..891dcd47d426c3c94a0cd1d154bd16522269926d 100644
--- a/chrome/browser/resources/net_internals/dns_view.html
+++ b/chrome/browser/resources/net_internals/dns_view.html
@@ -1,10 +1,10 @@
<!-- Host resolver info -->
-<div id=dns-view-tab-content>
+<div id=dns-view-tab-content class=content-box>
<h4>Host resolver</h4>
<ul>
<li><a href='#events&q=type:HOST_RESOLVER_IMPL_REQUEST%20type:HOST_RESOLVER_IMPL_JOB%20is:active'>View pending lookups</a></li>
<li>Default address family: <span id=dns-view-default-family></span>
- <span id=dns-view-ipv6-disabled class=warningText style="display: none;">
+ <span id=dns-view-ipv6-disabled class=warning-text style="display: none;">
(IPv6 disabled)
<input type=button value="Enable IPv6" id=dns-view-enable-ipv6 class="hideOnLoadLog" />
</span>
@@ -26,7 +26,7 @@
<li>Expired entries: <span id=dns-view-cache-expired></span></li>
</ul>
- <table class="styledTable">
+ <table class="styled-table">
<thead>
<tr>
<th>Hostname</th>
« no previous file with comments | « chrome/browser/resources/net_internals/details_view.js ('k') | chrome/browser/resources/net_internals/dns_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698