Changeset 53141 in webkit


Ignore:
Timestamp:
Jan 12, 2010 9:03:26 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-01-12 Mikhail Naganov <mnaganov@chromium.org>

Reviewed by Timothy Hatcher.

Changed ".sidebar" style to allow v-scroll to appear in
"Profiles" panel sidebar.

https://bugs.webkit.org/show_bug.cgi?id=33470

No new tests -- no code changed.

  • inspector/front-end/inspector.css:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r53139 r53141  
     12010-01-12  Mikhail Naganov  <mnaganov@chromium.org>
     2
     3        Reviewed by Timothy Hatcher.
     4
     5        Changed ".sidebar" style to allow v-scroll to appear in
     6        "Profiles" panel sidebar.
     7
     8        https://bugs.webkit.org/show_bug.cgi?id=33470
     9
     10        No new tests -- no code changed.
     11
     12        * inspector/front-end/inspector.css:
     13
    1142010-01-12  Adam Roben  <aroben@apple.com>
    215
  • trunk/WebCore/inspector/front-end/inspector.css

    r52945 r53141  
    18161816    position: absolute;
    18171817    top: 0;
    1818     min-height: 100%;
     1818    bottom: 0;
    18191819    left: 0;
    18201820    width: 200px;
Note: See TracChangeset for help on using the changeset viewer.