Making WordPress.org


Ignore:
Timestamp:
06/17/2016 09:41:00 AM (9 years ago)
Author:
obenland
Message:

Plugin Directory: Make jump to anchors work on plugin detail.

See #1719.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/primary/_plugin-single.scss

    r3403 r3405  
    8585                text-transform: uppercase;
    8686
    87                 &:first-of-type {
     87                &:nth-child(2) {
    8888                    margin-top: 0;
    8989                }
     
    9696                text-transform: uppercase;
    9797
    98                 &:first-of-type {
     98                &:nth-child(2) {
    9999                    margin-top: 0;
    100100                }
     101            }
     102
     103            h2:first-of-type {
     104                @include font-size( ms-unitless( ms(2) ) );
     105
     106                // Override wp4.css.
     107                border: none;
     108                color: $color__text-main;
     109                font-weight: 600;
     110                padding: 0;
    101111            }
    102112
Note: See TracChangeset for help on using the changeset viewer.