Making WordPress.org

Changeset 4737


Ignore:
Timestamp:
01/19/2017 08:17:31 PM (8 years ago)
Author:
mapk
Message:

Breathe: Preparing CSS to restructure hierarchy of headings.

The headings are a bit oddly used on the Make sites, so before I restructure the hierarchy for them, I wanted to prepare the CSS for it. The restructuring will lend to better accessibility with screen readers.

Props: hearvox

See: #1486

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css

    r4716 r4737  
    237237        width: 100%;
    238238    }
     239}
     240
     241.widget-title {
     242    line-height: 1.2;
    239243}
    240244
     
    558562}
    559563
    560 .make-welcome .entry-content h4 {
     564.make-welcome .entry-content h4,
     565.make-welcome .entry-content h2 {
    561566    margin: 14px 0;
    562567}
     
    567572
    568573.make-welcome .entry-content h4,
     574.make-welcome .entry-content h2,
    569575.make-welcome .entry-content .welcome p:first-child {
    570576    font-weight: normal;
Note: See TracChangeset for help on using the changeset viewer.