Make WordPress Core

Changeset 23785

Timestamp:
03/22/2013 06:35:14 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Thirteen: improve separation between Link and Aside posts, props Joen for starter CSS rules. Fixes #23818 and closes #23707 as related.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentythirteen/style.css

    r23783 r23785  
    14101410
    14111411.blog .format-aside:first-of-type,
    1412 .single .format-aside:first-of-type {
     1412.single .format-aside:first-of-type,
     1413.format-aside + .format-aside,
     1414.format-aside + .format-link,
     1415.format-link + .format-aside {
    14131416    box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
    14141417}
     
    16991702    display: inline;
    17001703}
    1701 
    17021704
    17031705/* Quote */
Note: See TracChangeset for help on using the changeset viewer.