Changeset 122227 in webkit


Ignore:
Timestamp:
Jul 10, 2012 9:11:08 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

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

Patch by Nikita Vasilyev <me@elv1s.ru> on 2012-07-10
Reviewed by Pavel Feldman.

Do it to match most code editors' behavior.

  • inspector/front-end/inspectorCommon.css:

(body):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r122226 r122227  
     12012-07-10  Nikita Vasilyev  <me@elv1s.ru>
     2
     3        Web Inspector: Make the Tab character 4 spaces width
     4        https://bugs.webkit.org/show_bug.cgi?id=90172
     5
     6        Reviewed by Pavel Feldman.
     7
     8        Do it to match most code editors' behavior.
     9
     10        * inspector/front-end/inspectorCommon.css:
     11        (body):
     12
    1132012-07-10  Eric Seidel  <eric@webkit.org>
    214
  • trunk/Source/WebCore/inspector/front-end/inspectorCommon.css

    r121906 r122227  
    1414    font-size: 10px;
    1515    margin: 0;
     16    tab-size: 4;
    1617    -webkit-user-select: none;
    1718}
Note: See TracChangeset for help on using the changeset viewer.