Making WordPress.org

Changeset 3402


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

Plugin Directory: Screenshot styles for plugin details.

See #1719.

Location:
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins
Files:
3 edited

Legend:

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

    r3398 r3402  
    20642064
    20652065.single .type-plugin .entry-content .section-toggle {
     2066  font-size: 12.8px;
    20662067  font-size: 0.8rem;
    20672068  margin-top: 0.5rem;
     
    20782079.single .type-plugin .entry-content .toggled + .section-toggle:after {
    20792080  content: "\f343";
     2081}
     2082
     2083.single .type-plugin .entry-content .plugin-screenshots {
     2084  list-style-type: none;
     2085  margin: 0;
     2086  padding: 0;
     2087}
     2088
     2089.single .type-plugin .entry-content .plugin-screenshots figcaption {
     2090  font-style: italic;
    20802091}
    20812092
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style.css

    r3398 r3402  
    20642064
    20652065.single .type-plugin .entry-content .section-toggle {
     2066  font-size: 12.8px;
    20662067  font-size: 0.8rem;
    20672068  margin-top: 0.5rem;
     
    20782079.single .type-plugin .entry-content .toggled + .section-toggle:after {
    20792080  content: "\f343";
     2081}
     2082
     2083.single .type-plugin .entry-content .plugin-screenshots {
     2084  list-style-type: none;
     2085  margin: 0;
     2086  padding: 0;
     2087}
     2088
     2089.single .type-plugin .entry-content .plugin-screenshots figcaption {
     2090  font-style: italic;
    20802091}
    20812092
  • 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.