Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Makes non-split <hr>'s consistent with <hr> (instead of using the
browser-default styling).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Which apparently doesn't break anything, surprisingly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
OK I hope this doesn't break anything.
|
|
|
|
This gets in the way of some later stuff in the file, so nope,
see ya for now!
|
|
|
|
This restores the CSS for sticky sidebars, but removes the
specific lines applying that effect (for the album sidebar).
There's also an experimental new splitter for the joined
group info box but we might go back on that or do something
different.
No tests for the new stuff here yet!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #105
|
|
Breaking changes necessitate another new filename,
in the abscence of proper delineation between
preview and release static files
|
|
* page.cover replaces calls to generateCoverLink
* page.main.headingMode replaces calls to
generateStickyHeadingContainer or html.tag('h1')
* page.main.classes: ['long-content'] replaces hard-
coded calls to html.tag('div', {class: 'long-content'})
|
|
Fix threshold requirement for lazy loading
|