Title: [137288] trunk/Source/WebCore
Revision
137288
Author
pfeld...@chromium.org
Date
2012-12-11 04:15:53 -0800 (Tue, 11 Dec 2012)

Log Message

Not reviewed: follow up to r137283: reduce inspector toolbar spacing 1px.

* inspector/front-end/inspector.css:
(body.dock-to-bottom:not(.show-toolbar-icons) .toolbar-item.toggleable):
(body.dock-to-bottom:not(.show-toolbar-icons) .toolbar-item.toggleable.toggled-on):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (137287 => 137288)


--- trunk/Source/WebCore/ChangeLog	2012-12-11 12:15:35 UTC (rev 137287)
+++ trunk/Source/WebCore/ChangeLog	2012-12-11 12:15:53 UTC (rev 137288)
@@ -1,3 +1,11 @@
+2012-12-11  Pavel Feldman  <pfeld...@chromium.org>
+
+        Not reviewed: follow up to r137283: reduce inspector toolbar spacing 1px.
+
+        * inspector/front-end/inspector.css:
+        (body.dock-to-bottom:not(.show-toolbar-icons) .toolbar-item.toggleable):
+        (body.dock-to-bottom:not(.show-toolbar-icons) .toolbar-item.toggleable.toggled-on):
+
 2012-12-11  Kent Tamura  <tk...@chromium.org>
 
         Refactoring: Rename Element::shouldMatchReadOnlySelector and shouldMatchReadWriteSelector

Modified: trunk/Source/WebCore/inspector/front-end/inspector.css (137287 => 137288)


--- trunk/Source/WebCore/inspector/front-end/inspector.css	2012-12-11 12:15:35 UTC (rev 137287)
+++ trunk/Source/WebCore/inspector/front-end/inspector.css	2012-12-11 12:15:53 UTC (rev 137288)
@@ -107,11 +107,11 @@
 }
 
 body.dock-to-bottom:not(.show-toolbar-icons) .toolbar-item.toggleable {
-    padding: 0 12px;
+    padding: 0 11px;
 }
 
 body.dock-to-bottom:not(.show-toolbar-icons) .toolbar-item.toggleable.toggled-on {
-    padding: 0 10px;
+    padding: 0 9px;
 }
 
 body.show-toolbar-icons .toolbar-item.toggleable {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to