This commit is contained in:
2026-07-02 15:54:39 -06:00
commit 9883323161
17470 changed files with 4470592 additions and 0 deletions
@@ -0,0 +1,30 @@
/* =Infinity Styles
-------------------------------------------------------------- */
.infinite-scroll #wrapper {
margin-bottom: 40px;
}
.infinite-scroll #content {
margin-bottom: 50px;
}
.infinite-scroll #content .infinite-wrap {
padding-top: 0;
border-top: 0;
}
/* Elements to hide */
.infinite-scroll #nav-above,
.infinite-scroll #nav-below,
.infinite-scroll.neverending #footer {
display: none;
}
/* Restore the footer when IS is finished */
.infinity-end.neverending #footer {
display: block;
}
#infinite-footer .blog-info a {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}