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/base/_copy.scss

    r3879 r5945  
    11p {
    2     margin: 1em 0;
     2    margin: 1rem 0;
    33}
    44
     
    88
    99blockquote {
    10     margin: 0 1.5em;
     10    margin: 0 1.5rem;
    1111}
    1212
    1313address {
    14     margin: 0 0 1.5em;
     14    margin: 0 0 1.5rem;
    1515}
    1616
     
    2020    font-size: 0.9375rem;
    2121    line-height: 1.6;
    22     margin-bottom: 1.6em;
     22    margin-bottom: 1.6rem;
    2323    max-width: 100%;
    2424    overflow: auto;
    25     padding: 1.6em;
     25    padding: 1.6rem;
    2626}
    2727
Note: See TracChangeset for help on using the changeset viewer.