backbone-patterns icon indicating copy to clipboard operation
backbone-patterns copied to clipboard

Print-friendly css

Open matthewmueller opened this issue 14 years ago • 1 comments

Tried to add this as pull request, but couldn't get all the rake dependencies to build the document.

Basically just add another css file for print media = "print" or I think you can do:

@media print {
    ...
}

... and just hide the sidebar. Then us old timers can have our paper copy :-)

matthewmueller avatar Feb 12 '12 05:02 matthewmueller

hi, I think the css for this document is really awsome, and I would like to reuse it to prettify my documentations. How can I do that?

sharper-than-blade avatar Aug 27 '12 08:08 sharper-than-blade