Making WordPress.org

Changeset 3403


Ignore:
Timestamp:
06/17/2016 09:16:26 AM (8 years ago)
Author:
obenland
Message:

Plugin Directory: Decrease top margin for first heading in a section.

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

    r3402 r3403  
    20472047}
    20482048
     2049.single .type-plugin .entry-content .read-more h1:first-of-type, .single .type-plugin .entry-content .read-more h2:first-of-type, .single .type-plugin .entry-content .read-more h3:first-of-type {
     2050  margin-top: 0;
     2051}
     2052
    20492053.single .type-plugin .entry-content .read-more h4, .single .type-plugin .entry-content .read-more h5, .single .type-plugin .entry-content .read-more h6 {
    20502054  font-size: 12.8px;
     
    20532057  letter-spacing: 0.05rem;
    20542058  text-transform: uppercase;
     2059}
     2060
     2061.single .type-plugin .entry-content .read-more h4:first-of-type, .single .type-plugin .entry-content .read-more h5:first-of-type, .single .type-plugin .entry-content .read-more h6:first-of-type {
     2062  margin-top: 0;
    20552063}
    20562064
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style.css

    r3402 r3403  
    20472047}
    20482048
     2049.single .type-plugin .entry-content .read-more h1:first-of-type, .single .type-plugin .entry-content .read-more h2:first-of-type, .single .type-plugin .entry-content .read-more h3:first-of-type {
     2050  margin-top: 0;
     2051}
     2052
    20492053.single .type-plugin .entry-content .read-more h4, .single .type-plugin .entry-content .read-more h5, .single .type-plugin .entry-content .read-more h6 {
    20502054  font-size: 12.8px;
     
    20532057  letter-spacing: 0.05rem;
    20542058  text-transform: uppercase;
     2059}
     2060
     2061.single .type-plugin .entry-content .read-more h4:first-of-type, .single .type-plugin .entry-content .read-more h5:first-of-type, .single .type-plugin .entry-content .read-more h6:first-of-type {
     2062  margin-top: 0;
    20552063}
    20562064
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/primary/_plugin-single.scss

    r3402 r3403  
    8484                letter-spacing: 0.01rem;
    8585                text-transform: uppercase;
     86
     87                &:first-of-type {
     88                    margin-top: 0;
     89                }
    8690            }
    8791
     
    9195                letter-spacing: 0.05rem;
    9296                text-transform: uppercase;
     97
     98                &:first-of-type {
     99                    margin-top: 0;
     100                }
    93101            }
    94102
Note: See TracChangeset for help on using the changeset viewer.