Revert "Merge branch 'pr/667'"

This reverts commit a7c2f89982.

Been meaning to give proper attribution, but Git lost the commit after
I edited the merge commit.

See #667.
This commit is contained in:
Konstantin Obenland 2015-01-07 09:40:24 -08:00
parent a7c2f89982
commit e6366f4474
9 changed files with 75 additions and 68 deletions

View file

@ -1,5 +1,5 @@
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
display: none;
}