Merge branch 'pr/667'

Fixes #667.
Props @gatespace.
This commit is contained in:
Konstantin Obenland 2015-01-07 09:35:26 -08:00
parent 5c6311499b
commit a7c2f89982
9 changed files with 68 additions and 75 deletions

View file

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