Making WordPress.org


Ignore:
Timestamp:
09/20/2017 10:23:35 PM (8 years ago)
Author:
obenland
Message:

Main: Polishing up blog-related items

  • Decreases font-size of widget-area.
  • Introduces styles for sticky posts, galleries, and posts navigation.
  • Consistent margin between post meta and content.

See #2861.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/css/components/_site-content.scss

    r5939 r5945  
    22    margin: 0 auto;
    33    max-width: 960px;
    4     padding: ms( 10 ) ms( 4 );
    54
    65    @media screen and (min-width: $ms-breakpoint) {
    7         padding: ms( 10 ) 10px;
    8     }
    9 
    10 
    11     .single &,
    12     &.single {
    13         padding: 0;
    14 
    15         @media screen and (min-width: $ms-breakpoint) {
    16             padding: 0 10px ms( 10 );
    17         }
     6        padding: 0 10px ms( 10 );
    187    }
    198
Note: See TracChangeset for help on using the changeset viewer.