Making WordPress.org

Changeset 4801


Ignore:
Timestamp:
01/26/2017 07:18:25 PM (8 years ago)
Author:
mapk
Message:

Breathe: Styling the xposts a bit better.

The cross-posts for the Breathe theme were a bit funky, so I styled them to match some of the other styles of posts.

Props samuelsidler

Fixes #2427

File:
1 edited

Legend:

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

    r4793 r4801  
    325325article#post-new .o2-post,
    326326article.page .o2-post,
    327 .entry-date,
     327.entry-date {
     328    display: block;
     329}
     330
    328331.o2-xpost-author .entry-date,
    329332.o2-xpost-entry-date {
    330     display: block;
     333    display:inline-block;
    331334}
    332335
     
    352355article.page .entry-title,
    353356.entry-content,
    354 .post-content,
    355 .o2-xpost-content {
     357.post-content {
    356358    display: block;
    357359    clear: both;
    358360    padding-top: 15px;
     361}
     362
     363.o2-xpost-content {
     364    display: inline-block;
     365    padding-top: 0.5em;
     366}
     367
     368.tag-p2-xpost .o2-post {
     369    font-size: 100%;
     370    font-style: normal;
     371}
     372
     373.o2-xpost-author .entry-author {
     374    font-weight: bold;
     375}
     376
     377article.tag-p2-xpost {
     378    margin-bottom: 0;
    359379}
    360380
Note: See TracChangeset for help on using the changeset viewer.