Index: chrome/browser/resources/net_internals/main.css |
=================================================================== |
--- chrome/browser/resources/net_internals/main.css (revision 112998) |
+++ chrome/browser/resources/net_internals/main.css (working copy) |
@@ -88,6 +88,22 @@ |
} |
/** |
+ * Styling for event logs. |
+ */ |
+.event-log p { |
+ white-space: nowrap; |
+} |
+ |
+.event-log h4 { |
+ margin: 0; |
+} |
+ |
+.event-log a { |
+ text-decoration: none; |
+ font-weight: bold; |
+} |
+ |
+/** |
* Styling for an emphasized button. |
*/ |
.bigButton { |