Make WordPress Core

Ticket #23568: 23568.patch

File 23568.patch, 570 bytes (added by Jayjdk, 12 years ago)
  • style.css

     
    935935        -ms-box-sizing:     border-box;
    936936        box-sizing:         border-box;
    937937        -webkit-transition: width 400ms ease, background 400ms ease;
    938         -moz-transition-:   width 400ms ease, background 400ms ease;
     938        -moz-transition:    width 400ms ease, background 400ms ease;
    939939        -o-transition:      width 400ms ease, background 400ms ease;
    940940        transition:         width 400ms ease, background 400ms ease;
    941941        margin: 3px 0;