Make WordPress Core

Ticket #30730: 30730.diff

File 30730.diff, 521 bytes (added by iamtakashi, 11 years ago)

Make sure hex color fallback for .no-comments comes before rgba color.

  • src/wp-content/themes/twentyfifteen/style.css

     
    23242324.no-comments {
    23252325        border-top: 1px solid #eaeaea;
    23262326        border-top: 1px solid rgba(51, 51, 51, 0.1);
     2327        color: #707070;
    23272328        color: rgba(51, 51, 51, 0.7);
    2328         color: #707070;
    23292329        font-family: "Noto Sans", sans-serif;
    23302330        font-weight: 700;
    23312331        padding-top: 1.6em;