Make WordPress Core

Ticket #46770: 46770-3.patch

File 46770-3.patch, 1.6 KB (added by man4toman, 6 years ago)
  • wp-content/themes/twentyeleven/colors/dark.css

     
    335335        background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera11.10+ */
    336336        background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    337337        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    338         background: linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
     338        background: linear-gradient(to top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
    339339}
    340340.feature-slider a {
    341341        background: #c3c3c3;
  • wp-content/themes/twentyeleven/style.css

     
    15841584        background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
    15851585        background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    15861586        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    1587         background: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
     1587        background: linear-gradient(to top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
    15881588        width: 100%;
    15891589        height: 45px;
    15901590        position: absolute;