Title: [120449] trunk/Source/WebCore
Revision
120449
Author
[email protected]
Date
2012-06-15 06:58:42 -0700 (Fri, 15 Jun 2012)

Log Message

Not reviewed: remove garbage line from inspector view in docked-to-right mode.

* inspector/front-end/inspectorCommon.css:
(body.docked.dock-to-right.docked):
(body.docked.dock-to-right.inactive):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (120448 => 120449)


--- trunk/Source/WebCore/ChangeLog	2012-06-15 13:54:40 UTC (rev 120448)
+++ trunk/Source/WebCore/ChangeLog	2012-06-15 13:58:42 UTC (rev 120449)
@@ -1,3 +1,11 @@
+2012-06-15  'Pavel Feldman'  <[email protected]>
+
+        Not reviewed: remove garbage line from inspector view in docked-to-right mode.
+
+        * inspector/front-end/inspectorCommon.css:
+        (body.docked.dock-to-right.docked):
+        (body.docked.dock-to-right.inactive):
+
 2012-06-15  Zoltan Arvai  <[email protected]>
 
         Buildfix for !ENABLE(BLOB) platforms after r120433.

Modified: trunk/Source/WebCore/inspector/front-end/inspectorCommon.css (120448 => 120449)


--- trunk/Source/WebCore/inspector/front-end/inspectorCommon.css	2012-06-15 13:54:40 UTC (rev 120448)
+++ trunk/Source/WebCore/inspector/front-end/inspectorCommon.css	2012-06-15 13:58:42 UTC (rev 120449)
@@ -16,11 +16,11 @@
     -webkit-user-select: none;
 }
 
-body.dock-to-right {
+body.dock-to-right:not(.detached) {
     border-left: 1px solid rgb(80, 80, 80);
 }
 
-body.dock-to-right.inactive {
+body.dock-to-right.inactive:not(.detached) {
     border-left: 1px solid rgb(64%, 64%, 64%);
 }
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to