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

Unified Diff: chrome/browser/resources/net_internals/proxy_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/proxy_view.html
diff --git a/chrome/browser/resources/net_internals/proxy_view.html b/chrome/browser/resources/net_internals/proxy_view.html
index b5d9bca7d709d3957a240691aee87c719c950c95..5b8cccee7cb037a1f358f268e9905cf19c38928d 100644
--- a/chrome/browser/resources/net_internals/proxy_view.html
+++ b/chrome/browser/resources/net_internals/proxy_view.html
@@ -9,7 +9,7 @@
</style>
-<div id=proxy-view-tab-content>
+<div id=proxy-view-tab-content class=content-box>
<h4>
Current proxy settings
<input type=button value="Re-apply settings" id=proxy-view-reload-settings class="hideOnLoadLog"/>
@@ -35,7 +35,7 @@
Proxies which have failed recently, and are marked as bad
<input type=button value="Clear bad proxies" id=proxy-view-clear-bad-proxies class="hideOnLoadLog" />
</h4>
- <table class="styledTable">
+ <table class="styled-table">
<thead>
<tr>
<th>Bad proxy server</th>

Powered by Google App Engine
This is Rietveld 408576698