Making WordPress.org

Changeset 125


Ignore:
Timestamp:
11/19/2013 04:23:37 PM (11 years ago)
Author:
Otto42
Message:

Add icons for additional sites, change classes to have make prefixes to avoid using wp4.css styles by accident. see #203

Location:
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-makehome
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-makehome/functions.php

    r124 r125  
    2222    $title = get_the_title($id);
    2323    $title = sanitize_title($title);
    24     $classes[] = $title;
     24    $classes[] = 'make-'.$title;
    2525    return $classes;
    2626}
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-makehome/style.css

    r119 r125  
    212212}
    213213
    214 section.get-involved article.core          h2:before { content: '\f107'; }
    215 section.get-involved article.ui            h2:before { content: '\f100'; }
    216 section.get-involved article.mobile        h2:before { content: '\f166'; }
    217 section.get-involved article.accessibility h2:before { content: '\f115'; }
    218 section.get-involved article.polyglots     h2:before { content: '\f125'; }
    219 section.get-involved article.support       h2:before { content: '\f110'; }
    220 section.get-involved article.themes        h2:before { content: '\f105'; }
    221 section.get-involved article.plugins       h2:before { content: '\f106'; }
     214section.get-involved article.make-core          h2:before { content: '\f107'; }
     215section.get-involved article.make-ui            h2:before { content: '\f100'; }
     216section.get-involved article.make-mobile        h2:before { content: '\f166'; }
     217section.get-involved article.make-accessibility h2:before { content: '\f115'; }
     218section.get-involved article.make-polyglots     h2:before { content: '\f326'; }
     219section.get-involved article.make-support       h2:before { content: '\f110'; }
     220section.get-involved article.make-themes        h2:before { content: '\f105'; }
     221section.get-involved article.make-plugins       h2:before { content: '\f106'; }
     222section.get-involved article.make-documentation h2:before { content: '\f123'; }
     223section.get-involved article.make-community     h2:before { content: '\f125'; }
     224section.get-involved article.make-meta          h2:before { content: '\f325'; }
    222225
    223226section.get-involved article.featured-group h2:after {
Note: See TracChangeset for help on using the changeset viewer.