Make WordPress Core

Changeset 23532


Ignore:
Timestamp:
02/28/2013 07:42:29 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Thirteen: wrap up vendor prefix cleanup with final Opera removals. Fixes #23582, props Jayjdk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentythirteen/style.css

    r23526 r23532  
    603603    background: #e05d22; /* Old browsers */
    604604    background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome10+,Safari5.1+ */
    605     background: -o-linear-gradient(     top, #e05d22 0%, #d94412 100%); /* Opera 11.10+ */
    606     background: linear-gradient(  to bottom, #e05d22 0%, #d94412 100%); /* W3C */
     605    background: linear-gradient( to bottom, #e05d22 0%, #d94412 100%); /* W3C */
    607606    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e05d22', endColorstr='#d94412', GradientType=0); /* IE6-9 */
    608607    display: inline-block;
     
    625624    background: #ed6a31; /* Old browsers */
    626625    background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome10+,Safari5.1+ */
    627     background: -o-linear-gradient(     top, #ed6a31 0%, #e55627 100%); /* Opera 11.10+ */
    628     background: linear-gradient(  to bottom, #ed6a31 0%, #e55627 100%); /* W3C */
     626    background: linear-gradient( to bottom, #ed6a31 0%, #e55627 100%); /* W3C */
    629627    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed6a31', endColorstr='#e55627', GradientType=0); /* IE6-9 */
    630628    outline: none;
     
    637635    background: #d94412; /* Old browsers */
    638636    background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome10+,Safari5.1+ */
    639     background: -o-linear-gradient(     top, #d94412 0%, #e05d22 100%); /* Opera 11.10+ */
    640     background: linear-gradient(  to bottom, #d94412 0%, #e05d22 100%); /* W3C */
     637    background: linear-gradient( to bottom, #d94412 0%, #e05d22 100%); /* W3C */
    641638    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d94412', endColorstr='#e05d22', GradientType=0); /* IE6-9 */
    642639    border: none;
     
    955952    height: 37px;
    956953    -webkit-transition: width 400ms ease, background 400ms ease;
    957     -o-transition:      width 400ms ease, background 400ms ease;
    958954    transition:         width 400ms ease, background 400ms ease;
    959955    margin: 3px 0;
     
    15351531    -webkit-transform: translate(50%, 50%);
    15361532    -ms-transform:     translate(50%, 50%);
    1537     -o-transform:      translate(50%, 50%);
    15381533    transform:         translate(50%, 50%);
    15391534    width: 100%;
     
    15451540    -webkit-transform: translate(-50%, -50%);
    15461541    -ms-transform:     translate(-50%, -50%);
    1547     -o-transform:      translate(-50%, -50%);
    15481542    transform:         translate(-50%, -50%);
    15491543}
Note: See TracChangeset for help on using the changeset viewer.