Making WordPress.org

Changeset 378


Ignore:
Timestamp:
02/05/2014 06:11:58 PM (11 years ago)
Author:
nacin
Message:

Update [377] to be slightly less ugly.

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

Legend:

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

    r377 r378  
    1010    wp_deregister_style( 'p2' );
    1111    wp_register_style( 'p2', get_template_directory_uri() . '/style.css' );
    12     wp_enqueue_style( 'wporg-p2', get_stylesheet_uri(), array( 'p2' ), '2014-02-05' );
     12    wp_enqueue_style( 'wporg-p2', get_stylesheet_uri(), array( 'p2' ), '2014-02-05a' );
    1313}
    1414
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-p2/style.css

    r377 r378  
    217217    color #333;
    218218    line-height: 1.45;
     219    background: #e4f2fd;
     220    border: 1px solid #d9e1e7;
     221    margin-bottom: 10px;
    219222}
    220223.make-welcome h4 {
    221224    font-weight: normal;
    222225    font-size: 18px;
     226    font-family: "Open Sans", serif;
    223227}
    224228.make-welcome h4, .make-welcome p {
     
    226230}
    227231.make-welcome .welcome p:first-child {
    228     font-size: 23px;
    229     margin-bottom: 26px;
     232    font-size: 22px;
     233    margin: 12px 0 23px;
     234    font-family: "Open Sans", serif;
    230235}
    231236.make-welcome .column {
Note: See TracChangeset for help on using the changeset viewer.