Changeset 203940 in webkit


Ignore:
Timestamp:
Jul 29, 2016 11:39:37 PM (8 years ago)
Author:
ap@apple.com
Message:

Undo r203939, and copy over a rule that clips the logos.

Sierra wasn't the only logo without transparency.

  • BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Images/Sierra.png:
  • BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Images/Sierra@2x.png:
  • BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/Main.css:
Location:
trunk/Tools
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/Main.css

    r202219 r203940  
    167167    top: 29px;
    168168    left: 26px;
     169    -webkit-clip-path: circle(72px at center);
     170    clip-path: circle(72px at center);
    169171}
    170172
  • trunk/Tools/ChangeLog

    r203939 r203940  
     12016-07-29  Alexey Proskuryakov  <ap@apple.com>
     2
     3        Undo r203939, and copy over a rule that clips the logos.
     4
     5        Sierra wasn't the only logo without transparency.
     6
     7        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Images/Sierra.png:
     8        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Images/Sierra@2x.png:
     9        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/Main.css:
     10
    1112016-07-29  Alan Sien Wei Hshieh  <hshieh@apple.com>
    212
Note: See TracChangeset for help on using the changeset viewer.