New Blockish theme

* 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.
This commit is contained in:
Craig Davis
2013-03-19 09:45:36 -05:00
parent de7d544e11
commit 54c28189e1
11 changed files with 160 additions and 39 deletions

View File

@@ -13,4 +13,8 @@ body.pdf {
border: none;
text-align: left;
}
}
a[href$='.pdf'] {
display: none;
}
}

View File

@@ -11,4 +11,14 @@
body {
color: #222;
margin: 1em;
}
#footer {
display: none;
}
#footer + p {
font-size: 13px;
font-style: italic;
color: #444;
}