Make WordPress Core

Changeset 23549


Ignore:
Timestamp:
03/01/2013 04:04:52 AM (12 years ago)
Author:
lancewillett
Message:

Twenty Thirteen: more CSS cleanup, props SergeyBiryukov. See #23652.

File:
1 edited

Legend:

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

    r23548 r23549  
    602602input[type="reset"] {
    603603    background: #e05d22; /* Old browsers */
    604     background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome10+,Safari5.1+ */
    605     background: linear-gradient( to bottom, #e05d22 0%, #d94412 100%); /* W3C */
     604    background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome 10+, Safari 5.1+ */
     605    background: linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */
    606606    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e05d22', endColorstr='#d94412', GradientType=0); /* IE6-9 */
    607607    display: inline-block;
     
    623623input[type="reset"]:focus {
    624624    background: #ed6a31; /* Old browsers */
    625     background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome10+,Safari5.1+ */
    626     background: linear-gradient( to bottom, #ed6a31 0%, #e55627 100%); /* W3C */
     625    background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome 10+, Safari 5.1+ */
     626    background: linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); /* W3C */
    627627    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed6a31', endColorstr='#e55627', GradientType=0); /* IE6-9 */
    628628    outline: none;
     
    634634input[type="reset"]:active {
    635635    background: #d94412; /* Old browsers */
    636     background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome10+,Safari5.1+ */
    637     background: linear-gradient( to bottom, #d94412 0%, #e05d22 100%); /* W3C */
     636    background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome 10+, Safari 5.1+ */
     637    background: linear-gradient(to bottom, #d94412 0%, #e05d22 100%); /* W3C */
    638638    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d94412', endColorstr='#e05d22', GradientType=0); /* IE6-9 */
    639639    border: none;
     
    25402540}
    25412541
    2542 .widget_calendar a:hover{
     2542.widget_calendar a:hover {
    25432543    background-color: rgba(0, 0, 0, 0.15);
    25442544}
Note: See TracChangeset for help on using the changeset viewer.