Making WordPress.org


Ignore:
Timestamp:
09/06/2017 05:44:00 PM (7 years ago)
Author:
obenland
Message:

WPorg/Main: Pull teaser post from blog.

Also fixes to visual bugs where the pointer to the current menu item had the
wrong color and the divider to home below didn't show up.

See #2861.

File:
1 edited

Legend:

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

    r5879 r5891  
    11.home-welcome {
    22    background: #fff;
     3    border-bottom: 1px solid #dfdfdf;
    34    color: #32373c;
    45    font-family: "Open Sans", sans-serif;
     
    5253        padding: 3.05176rem 1.5625rem;
    5354
    54         &:last-child {
     55        &:last-of-type {
    5556            border-bottom: none;
    5657        }
     
    246247            max-width: 100%;
    247248            text-align: center;
    248         }
    249     }
    250 
    251     #home-below {
    252         ol, ul {
    253             margin: 0;
    254         }
    255 
    256         h4 {
    257             border-bottom: 1px solid #dedede;
    258             font-size: inherit;
    259             padding-bottom: 4px;
    260249        }
    261250    }
     
    285274    }
    286275}
     276
     277#home-below {
     278    margin-bottom: 14px;
     279
     280    h4 {
     281        border-bottom: 1px solid #dedede;
     282        font-size: inherit;
     283        padding-bottom: 4px;
     284    }
     285
     286    h5 {
     287        line-height: 1;
     288        margin: 0;
     289        text-transform: none;
     290    }
     291
     292    ol, ul {
     293        margin: 0;
     294    }
     295}
Note: See TracChangeset for help on using the changeset viewer.