Switch "navigation-" back to "-navigation"

Original edit not needed for `[class*="navigation"]` selector. Matches
other class/id navigation naming conventions.
This commit is contained in:
michaeldcain 2013-07-11 16:42:45 -04:00
parent d480e820c3
commit 31331b4b64
4 changed files with 5 additions and 5 deletions

View file

@ -589,7 +589,7 @@ object {
----------------------------------------------- */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging, /* 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;
}