Make WordPress Core

Changeset 11753


Ignore:
Timestamp:
07/30/2009 04:30:18 PM (16 years ago)
Author:
azaozz
Message:

Fix invalid border-radius css, props Simek, fixes #10500 for 2.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.8/wp-admin/css/plugin-install.css

    r11225 r11753  
    6969    -webkit-border-bottom-left-radius: 3px;
    7070    -khtml-border-bottom-left-radius: 3px;
    71     border-top-bottom-radius: 3px;
     71    border-bottom-left-radius: 3px;
    7272}
    7373
     
    111111    -webkit-border-bottom-left-radius: 3px;
    112112    -khtml-border-bottom-left-radius: 3px;
    113     border-top-bottom-radius: 3px;
     113    border-bottom-left-radius: 3px;
    114114}
    115115
Note: See TracChangeset for help on using the changeset viewer.