Making WordPress.org


Ignore:
Timestamp:
04/29/2017 02:22:39 PM (7 years ago)
Author:
ocean90
Message:

Breathe: Fix inaccessible links due to negative margin.

Fixes #2793.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css

    r5342 r5426  
    10111011}
    10121012
     1013/* Remove negative margin because there is no jump link before these headlines */
     1014.entry-content h2.toc-heading:first-of-type:target,
     1015.entry-content h3.toc-heading:first-of-type:target,
     1016h2.toc-heading + h3.toc-heading:target {
     1017    margin-top: 0;
     1018}
     1019
    10131020.toc-heading:target:before {
    10141021    content: '';
Note: See TracChangeset for help on using the changeset viewer.