This fixes the tendency of large lists to flow past the section header
and cause the columns of the list to not be aligned correctly.
This also fixes an issue with the spacing between the end of said lists
and `<hr>`s.
The `dl` elements have been given an explicit `display:block` and page
break avoid rule. In initial testing, this fixes the wkhtmltopdf bug of
splitting lines in a multi-page document.
See http://stackoverflow.com/questions/8786755 for links and discussion.
* Adding a new blockish theme with a blue header and an adaptive
design.
* Printable PDF version still needs some work, but overall, this is a
nice layout.
* Simple refactoring of the config system
* Add new unstyled template
* Add new modern template (previously the only)
* Add placeholder for blocky template
* Relocate autoloader
* Move build to ./bin