Initial work towards template support

* 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
This commit is contained in:
Craig Davis
2013-03-18 21:36:06 -05:00
parent cea267adac
commit a98b3602f5
23 changed files with 2008 additions and 140 deletions

View File

@@ -0,0 +1,16 @@
body.pdf {
color: black;
a {
text-decoration: none;
color: black;
}
.container {
width: 1000px;
margin: 0 auto;
padding: 0;
background: none;
border: none;
text-align: left;
}
}