Title: [122227] trunk/Source/WebCore
Revision
122227
Author
[email protected]
Date
2012-07-10 09:11:08 -0700 (Tue, 10 Jul 2012)

Log Message

Web Inspector: Make the Tab character 4 spaces width
https://bugs.webkit.org/show_bug.cgi?id=90172

Patch by Nikita Vasilyev <[email protected]> on 2012-07-10
Reviewed by Pavel Feldman.

Do it to match most code editors' behavior.

* inspector/front-end/inspectorCommon.css:
(body):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (122226 => 122227)


--- trunk/Source/WebCore/ChangeLog	2012-07-10 16:09:08 UTC (rev 122226)
+++ trunk/Source/WebCore/ChangeLog	2012-07-10 16:11:08 UTC (rev 122227)
@@ -1,3 +1,15 @@
+2012-07-10  Nikita Vasilyev  <[email protected]>
+
+        Web Inspector: Make the Tab character 4 spaces width
+        https://bugs.webkit.org/show_bug.cgi?id=90172
+
+        Reviewed by Pavel Feldman.
+
+        Do it to match most code editors' behavior.
+
+        * inspector/front-end/inspectorCommon.css:
+        (body):
+
 2012-07-10  Eric Seidel  <[email protected]>
 
         REGRESSION (r122168): Layout Test http/tests/misc/script-defer.html is failing

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


--- trunk/Source/WebCore/inspector/front-end/inspectorCommon.css	2012-07-10 16:09:08 UTC (rev 122226)
+++ trunk/Source/WebCore/inspector/front-end/inspectorCommon.css	2012-07-10 16:11:08 UTC (rev 122227)
@@ -13,6 +13,7 @@
     font-family: Lucida Grande, sans-serif;
     font-size: 10px;
     margin: 0;
+    tab-size: 4;
     -webkit-user-select: none;
 }
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to