Make WordPress Core

Changeset 26023


Ignore:
Timestamp:
11/06/2013 04:11:51 PM (11 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: add missing sidebar for post format archives. Props iamtakashi, fixes #25842.

Location:
trunk/src/wp-content/themes/twentyfourteen
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/rtl.css

    r26020 r26023  
    494494}
    495495
    496 @media screen and (min-width: 642px) {
     496@media screen and (min-width: 594px) {
    497497    .site-content .entry-header {
    498498        padding-right: 30px;
     
    640640}
    641641
    642 @media screen and (min-width: 870px) {
     642@media screen and (min-width: 846px) {
    643643    .comment-author,
    644644    .comment-content,
  • trunk/src/wp-content/themes/twentyfourteen/style.css

    r26020 r26023  
    999999
    10001000.hentry {
    1001     margin-bottom: 24px;
     1001    margin-bottom: 36px;
    10021002    max-width: 672px;
    10031003}
     
    11401140
    11411141.site-content footer.entry-meta {
    1142     margin: 12px auto;
     1142    margin: 24px auto;
    11431143    padding: 0 10px;
    11441144}
     
    16161616 */
    16171617
    1618 .attachment .content-sidebar {
     1618.attachment .content-sidebar,
     1619.attachment .post-thumbnail {
    16191620    display: none;
    16201621}
     
    28852886
    28862887    .list-view .content-area {
    2887         padding: 12px 10px;
     2888        padding: 0 10px;
    28882889    }
    28892890
    28902891    .list-view .site-content .hentry {
    28912892        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    2892         margin-bottom: 12px;
     2893        margin: 0;
    28932894        min-height: 60px;
    2894         padding-bottom: 9px;
     2895        padding: 12px 0 9px;
    28952896    }
    28962897
     
    30633064}
    30643065
    3065 @media screen and (min-width: 642px) {
     3066@media screen and (min-width: 594px) {
    30663067    .site-content .entry-header {
    30673068        padding-right: 30px;
     
    34003401}
    34013402
    3402 @media screen and (min-width: 870px) {
     3403@media screen and (min-width: 846px) {
    34033404    .content-area,
    34043405    .content-sidebar {
  • trunk/src/wp-content/themes/twentyfourteen/taxonomy-post_format.php

    r26020 r26023  
    6969        </div><!-- #content -->
    7070    </section><!-- #primary -->
     71    <?php get_sidebar( 'content' ); ?>
    7172</div><!-- #main-content -->
    7273
Note: See TracChangeset for help on using the changeset viewer.