Make WordPress Core

Changeset 30220


Ignore:
Timestamp:
11/03/2014 09:48:40 PM (12 years ago)
Author:
iandstewart
Message:

Twenty Fifteen: Remove a gap between content and footer when the sidebar is longer than the content.

Props iamtakashi, fixes #30228.

Location:
trunk/src/wp-content/themes/twentyfifteen
Files:
2 edited

Legend:

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

    r30208 r30220  
    646646
    647647        .site-footer {
    648                 margin-right: 35.2941%;
    649                 margin-left: auto;
     648                float: right;
     649                margin: 0 35.2941% 0 0;
    650650        }
    651651}
  • trunk/src/wp-content/themes/twentyfifteen/style.css

    r30217 r30220  
    12731273.site-content:before,
    12741274.site-content:after,
    1275 .site-footer:before,
    1276 .site-footer:after,
    12771275.nav-links:before,
    12781276.nav-links:after,
     
    12921290.comment-content:after,
    12931291.site-content:after,
    1294 .site-footer:after,
    12951292.nav-links:after,
    12961293.comment-navigation:after,
     
    45364533
    45374534        .site-footer {
    4538                 clear: both;
    4539                 margin-left: 35.2941%;
     4535                float: left;
     4536                margin: 0 0 0 35.2941%;
    45404537                padding: 0;
    45414538                width: 58.8235%;
Note: See TracChangeset for help on using the changeset viewer.