Title: [92184] trunk/Source/WebCore
Revision
92184
Author
[email protected]
Date
2011-08-02 06:43:01 -0700 (Tue, 02 Aug 2011)

Log Message

2011-08-02  Pavel Feldman  <[email protected]>

        Not reviewed: one line inspector style change.

        * inspector/front-end/networkLogView.css:
        (.network-error-row, .network-error-row .network-cell-subtitle):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (92183 => 92184)


--- trunk/Source/WebCore/ChangeLog	2011-08-02 13:39:26 UTC (rev 92183)
+++ trunk/Source/WebCore/ChangeLog	2011-08-02 13:43:01 UTC (rev 92184)
@@ -1,3 +1,10 @@
+2011-08-02  Pavel Feldman  <[email protected]>
+
+        Not reviewed: one line inspector style change.
+
+        * inspector/front-end/networkLogView.css:
+        (.network-error-row, .network-error-row .network-cell-subtitle):
+
 2011-08-02  Amruth Raj  <[email protected]>
 
         Custom cursors cause the WebProcess to crash

Modified: trunk/Source/WebCore/inspector/front-end/networkLogView.css (92183 => 92184)


--- trunk/Source/WebCore/inspector/front-end/networkLogView.css	2011-08-02 13:39:26 UTC (rev 92183)
+++ trunk/Source/WebCore/inspector/front-end/networkLogView.css	2011-08-02 13:43:01 UTC (rev 92184)
@@ -113,6 +113,10 @@
     color: gray;
 }
 
+.network-error-row, .network-error-row .network-cell-subtitle {
+    color: rgb(230, 0, 0);
+}
+
 .initiator-column a {
     color: inherit;
 }
@@ -375,10 +379,6 @@
     color: grey;
 }
 
-.network-error-row {
-    color: rgb(230, 0, 0);
-}
-
 /* Dividers */
 
 .network-timeline-grid {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to