Make WordPress Core

Ticket #32231: 32231.patch

File 32231.patch, 436 bytes (added by davidakennedy, 9 years ago)

Set height and width on skip-link :focus.

  • wp-content/themes/twentyeleven/style.css

     
    511511        color: #1982d1;
    512512        clip: auto !important;
    513513        font-size: 12px;
     514        height: auto;
    514515        position: absolute;
    515516        text-decoration: underline;
    516517        top: 0;
    517518        left: 7.6%;
     519        width: auto;
    518520}
    519521
    520522