Making WordPress.org

Changeset 4250


Ignore:
Timestamp:
10/15/2016 08:23:58 PM (10 years ago)
Author:
ocean90
Message:

Breathe: Add styles for additional post author meta on make/polyglots.

File:
1 edited

Legend:

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

    r4245 r4250  
    282282    height: 50px !important;
    283283    width: 50px !important;
     284}
     285
     286/* See .entry-meta .entry-date */
     287.entry-author-meta {
     288    font-size: 0.8em;
     289    font-weight: 300;
     290    line-height: 1.2;
     291    color: #888;
     292    margin: .3em 0 0 0;
     293}
     294
     295.entry-author-meta .wporg-username {
     296    font-weight: 400;
    284297}
    285298
Note: See TracChangeset for help on using the changeset viewer.