Make WordPress Core

Changeset 26810


Ignore:
Timestamp:
12/08/2013 11:10:36 PM (11 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: minor spacing and CSS formatting fixes. See #25946.

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

Legend:

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

    r26694 r26810  
    572572}
    573573
    574 .ie8 .secondary-navigation  li {
     574.ie8 .secondary-navigation li {
    575575    border-top: 1px solid #4d4d4d;
    576576    position: relative;
     
    590590}
    591591
    592 .ie8 .secondary-navigation  li li {
     592.ie8 .secondary-navigation li li {
    593593    border-top: 0;
    594594}
     
    823823
    824824.ie8 .slider-control-paging li {
    825     margin: 12px 12px 12px 0
     825    margin: 12px 12px 12px 0;
    826826}
    827827
  • trunk/src/wp-content/themes/twentyfourteen/header.php

    r26729 r26810  
    1616<html class="ie ie8" <?php language_attributes(); ?>>
    1717<![endif]-->
    18 <!--[if !(IE 7) | !(IE 8)  ]><!-->
     18<!--[if !(IE 7) | !(IE 8) ]><!-->
    1919<html <?php language_attributes(); ?>>
    2020<!--<![endif]-->
  • trunk/src/wp-content/themes/twentyfourteen/js/slider.js

    r26666 r26810  
    325325
    326326                    if ( e.detail === e.MSGESTURE_FLAG_INERTIA ) {
    327                         setImmediate( function () {  // MSFT specific.
     327                        setImmediate( function () { // MSFT specific.
    328328                            el._gesture.stop();
    329329                        } );
  • trunk/src/wp-content/themes/twentyfourteen/style.css

    r26713 r26810  
    18361836.comment-list > .pingback:first-child,
    18371837.comment-list > .trackback:first-child {
    1838     border-top: 0
     1838    border-top: 0;
    18391839}
    18401840
     
    19051905
    19061906.comment-content > :last-child {
    1907     margin-bottom: 0
     1907    margin-bottom: 0;
    19081908}
    19091909
     
    28902890
    28912891.slider-direction-nav a:before {
     2892    color: #fff;
    28922893    content: "\f430";
    2893     color: #fff;
    28942894    font-size: 32px;
    28952895    line-height: 46px;
     
    31763176
    31773177    .search-box .search-field {
    3178         width: 50%
     3178        width: 50%;
    31793179    }
    31803180
     
    32063206
    32073207    .singular .site-content .hentry.has-post-thumbnail {
    3208         margin-top: 0
     3208        margin-top: 0;
    32093209    }
    32103210
     
    35453545
    35463546    .featured-content {
    3547         margin-bottom: 0
     3547        margin-bottom: 0;
    35483548    }
    35493549}
     
    36183618    }
    36193619
    3620     .secondary-navigation  li {
     3620    .secondary-navigation li {
    36213621        border-top: 1px solid rgba(255, 255, 255, 0.2);
    36223622        position: relative;
     
    36363636    }
    36373637
    3638     .secondary-navigation  li li {
     3638    .secondary-navigation li li {
    36393639        border-top: 0;
    36403640    }
     
    39493949
    39503950    .slider-control-paging li {
    3951         margin: 12px 12px 12px 0
     3951        margin: 12px 12px 12px 0;
    39523952    }
    39533953
     
    41534153    .featured-content .post-thumbnail,
    41544154    .slider .featured-content .post-thumbnail {
    4155         padding-top: 0
     4155        padding-top: 0;
    41564156    }
    41574157
Note: See TracChangeset for help on using the changeset viewer.