Title: [180334] trunk/Source/WebInspectorUI
Revision
180334
Author
commit-qu...@webkit.org
Date
2015-02-18 19:58:47 -0800 (Wed, 18 Feb 2015)

Log Message

Web Inspector: REGRESSION: Missing Divider line between console.log and console evaluation
https://bugs.webkit.org/show_bug.cgi?id=141770

Patch by Nikita Vasilyev <nvasil...@apple.com> on 2015-02-18
Reviewed by Timothy Hatcher.

* UserInterface/Views/LogContentView.css:
(.console-item):
(.console-message): Deleted.

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (180333 => 180334)


--- trunk/Source/WebInspectorUI/ChangeLog	2015-02-19 02:41:45 UTC (rev 180333)
+++ trunk/Source/WebInspectorUI/ChangeLog	2015-02-19 03:58:47 UTC (rev 180334)
@@ -1,3 +1,14 @@
+2015-02-18  Nikita Vasilyev  <nvasil...@apple.com>
+
+        Web Inspector: REGRESSION: Missing Divider line between console.log and console evaluation
+        https://bugs.webkit.org/show_bug.cgi?id=141770
+
+        Reviewed by Timothy Hatcher.
+
+        * UserInterface/Views/LogContentView.css:
+        (.console-item):
+        (.console-message): Deleted.
+
 2015-02-18  Jono Wells  <jonowe...@apple.com>
 
         Web Inspector: Inspecting a page where resources are in folders forces folder organization on every subsequent page

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/LogContentView.css (180333 => 180334)


--- trunk/Source/WebInspectorUI/UserInterface/Views/LogContentView.css	2015-02-19 02:41:45 UTC (rev 180333)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/LogContentView.css	2015-02-19 03:58:47 UTC (rev 180334)
@@ -55,7 +55,7 @@
     margin-top: auto;
 }
 
-.console-message {
+.console-item {
     border-top: 1px solid rgb(240, 240, 240);
 }
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to