Make WordPress Core

Ticket #21310: 21310.twenty-twelve.diff

File 21310.twenty-twelve.diff, 936 bytes (added by obenland, 12 years ago)
  • wp-content/themes/twentytwelve/style.css

     
    477477.main-navigation .assistive-text:hover,
    478478.main-navigation .assistive-text:active,
    479479.main-navigation .assistive-text:focus {
    480         background: #fff;
    481         border: 2px solid #333;
     480        background: #f1f1f1;
    482481        border-radius: 3px;
    483482        clip: auto !important;
    484         color: #000;
     483        color: #21759b;
    485484        display: block;
    486         font-size: 12px;
    487         padding: 12px;
     485        font-size: 14px;
     486        font-weight: bold;
     487        padding: 15px 23px 14px;
    488488        position: absolute;
    489         top: 5px;
    490         left: 5px;
     489        top: 7px;
     490        left: 6px;
    491491        z-index: 100000; /* Above WP toolbar */
     492        line-height: normal;
     493        -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
     494        box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
     495        text-decoration: none;
    492496}
    493497
    494498/* Page structure */