Merging and resolving PR 111, Adding template support and static page generation

This commit is contained in:
Denis Kisselev
2014-02-12 02:42:33 -08:00
parent 400914222c
commit 123b7a66b4
10 changed files with 625 additions and 325 deletions

29
css/full-doc.css Normal file
View File

@ -0,0 +1,29 @@
html,body{
background: #fff;
}
body{
margin: 10px 30px;
}
h1{
font-size: 17px;
}
h2{
font-size: 16px;
}
h3{
font-size: 15px;
}
.page-header{
border-top: #000 1px solid;
border-bottom: #000 1px solid;
clear: both;
}
.page-header h1{
font-size: 18px;
}
blockquote p{
font-size: 14px;
}