I added print.css to the blog. This is something I hardly ever do, but should. Printing is important. Now commadot.com prints properly. Mostly I hid things. But I found I had to update a few fonts and alignments.
#body_left, #hero, #search, a.postToggle, div.item_panel, #header2, #footer, div.navigation, #comm_form {
display:none
}
* * {
font-family: verdana;
text-align: left;
}
div.dean_ch {
margin-bottom: 20px;
margin-top: 20px;
}Didn’t take time and improved experience with printing.
Whatya think?