Index: chrome/browser/resources/net_internals/sockets_view.html |
diff --git a/chrome/browser/resources/net_internals/sockets_view.html b/chrome/browser/resources/net_internals/sockets_view.html |
index b88ed6b968a7a5b3e6252ef5b644f170e315e4e7..548d7b7f34da3bcb78190120c37f2411c2d800b1 100644 |
--- a/chrome/browser/resources/net_internals/sockets_view.html |
+++ b/chrome/browser/resources/net_internals/sockets_view.html |
@@ -1,4 +1,4 @@ |
-<div id=sockets-view-tab-content> |
+<div id=sockets-view-tab-content class=content-box> |
<h4>Socket pools</h4> |
<ul> |
<li class="hideOnLoadLog"> |
@@ -6,7 +6,7 @@ |
</li> |
<li class="hideOnLoadLog"> |
<input type=button value="Flush socket pools" id=sockets-view-flush-button /> |
- <span class=warningText >May break pages with active connections</span> |
+ <span class=warning-text >May break pages with active connections</span> |
mmenke
2012/02/28 22:15:02
nit: While you're here...Is that space needed?
eroman
2012/02/28 22:28:32
Done.
|
</li> |
<li><a href='#events&q=type:SOCKET%20is:active'>View live sockets</a> |
</li> |