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

Props iamtakashi, fixes #30228.




git-svn-id: https://develop.svn.wordpress.org/trunk@30220 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ian Stewart 2014-11-03 21:48:40 +00:00
parent 5d87d2c5d2
commit d3a237962c
2 changed files with 4 additions and 7 deletions

View File

@ -645,8 +645,8 @@ img.alignleft {
}
.site-footer {
margin-right: 35.2941%;
margin-left: auto;
float: right;
margin: 0 35.2941% 0 0;
}
}

View File

@ -1272,8 +1272,6 @@ img.aligncenter {
.comment-content:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
@ -1291,7 +1289,6 @@ img.aligncenter {
.entry-content:after,
.comment-content:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
@ -4535,8 +4532,8 @@ span > video {
}
.site-footer {
clear: both;
margin-left: 35.2941%;
float: left;
margin: 0 0 0 35.2941%;
padding: 0;
width: 58.8235%;
}