Making WordPress.org


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

Plugin Directory: Screenshot styles for plugin details.

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

    r3398 r3402  
    104104        .section-toggle {
    105105            @extend a;
    106             font-size: ms(-2);
     106            @include font-size( ms-unitless( ms(-2) ) );
    107107            margin-top: 0.5rem;
    108108            position: relative;
     
    118118        .toggled + .section-toggle:after {
    119119            content: "\f343";
     120        }
     121
     122        .plugin-screenshots {
     123            list-style-type: none;
     124            margin: 0;
     125            padding: 0;
     126
     127            figcaption {
     128                font-style: italic;
     129            }
    120130        }
    121131
Note: See TracChangeset for help on using the changeset viewer.