Make WordPress Core

Changeset 32486


Ignore:
Timestamp:
05/11/2015 09:00:08 PM (9 years ago)
Author:
lancewillett
Message:

Twenty Twelve: fix content skip link appearance.

Props davidakennedy, fixes #32232.

File:
1 edited

Legend:

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

    r32276 r32486  
    522522    display: block;
    523523    font-size: 12px;
     524    height: auto;
    524525    padding: 12px;
    525526    position: absolute;
    526527    top: 5px;
    527528    left: 5px;
     529    width: auto;
    528530    z-index: 100000; /* Above WP toolbar */
    529531}
Note: See TracChangeset for help on using the changeset viewer.