Craig Davis 54c28189e1 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.
2013-03-19 09:45:36 -05:00

24 lines
301 B
CSS

.clearfix {
zoom: 1;
&:after {
display: block;
visibility: hidden;
height: 0;
clear: both;
content: ".";
}
}
body {
color: #222;
margin: 1em;
}
#footer {
display: none;
}
#footer + p {
font-size: 13px;
font-style: italic;
color: #444;
}