Make WordPress Core

Ticket #26159: 26159.diff

File 26159.diff, 650 bytes (added by shaunandrews, 11 years ago)
  • src/wp-admin/css/wp-admin.css

     
    64166416
    64176417/**
    64186418 * Theme Screenshot
    6419  *
    6420  * Has a fixed aspect ratio of 1.5 to 1 regardless of screenshot size
    6421  * It is also responsive.
    64226419 */
    64236420.theme-browser .theme .theme-screenshot {
    64246421        display: block;
     
    64316428.theme-browser .theme .theme-screenshot:after {
    64326429        content: '';
    64336430        display: block;
    6434         padding-top: 66%; /* using a 3/2 aspect ratio */
     6431        padding-top: 75%;
    64356432}
    64366433
    64376434.theme-browser .theme .theme-screenshot img {