Making WordPress.org


Ignore:
Timestamp:
01/13/2017 05:58:17 PM (8 years ago)
Author:
coffee2code
Message:

developer.wordpress.org: Fix "Chapters" sidebar widget title styles to apply to h2 instead of h1 after [4626].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss

    r4609 r4658  
    843843        box-shadow: 0px 0px 5px #d0d0d0;
    844844        background-color: #f0f0f0;
    845         h1.widget-title {
     845        h2.widget-title {
    846846            background-color: #d0d0d0;
    847847            color: #8a8989;
     
    850850            font-size: 14px;
    851851            letter-spacing: 2px;
     852            margin-bottom: 1.5rem;
     853            line-height: 26px;
     854            line-height: 2.6rem;
    852855        }
    853856        .menu > li {
Note: See TracChangeset for help on using the changeset viewer.