Changeset 224769 in webkit


Ignore:
Timestamp:
Nov 13, 2017, 12:16:09 PM (7 years ago)
Author:
Joseph Pecoraro
Message:

Web Inspector: Network Details Views - make section headers more prominent
https://bugs.webkit.org/show_bug.cgi?id=179565
<rdar://problem/35510531>

Reviewed by Devin Rousso.

  • UserInterface/Views/ResourceDetailsSection.css:

(.resource-details > section > .title):

Location:
trunk/Source/WebInspectorUI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebInspectorUI/ChangeLog

    r224768 r224769  
     12017-11-13  Joseph Pecoraro  <pecoraro@apple.com>
     2
     3        Web Inspector: Network Details Views - make section headers more prominent
     4        https://bugs.webkit.org/show_bug.cgi?id=179565
     5        <rdar://problem/35510531>
     6
     7        Reviewed by Devin Rousso.
     8
     9        * UserInterface/Views/ResourceDetailsSection.css:
     10        (.resource-details > section > .title):
     11
    1122017-11-13  Nikita Vasilyev  <nvasilyev@apple.com>
    213
  • trunk/Source/WebInspectorUI/UserInterface/Views/ResourceDetailsSection.css

    r224733 r224769  
    3030.resource-details > section > .title {
    3131    margin-bottom: 10px;
     32    font-size: 14px;
    3233}
    3334
Note: See TracChangeset for help on using the changeset viewer.