(Created page with "→‎CSS placed here will affect the print output: →‎things to hide when printing: #footer, #toc, #pagebuttons, #pageCategories, .sidebar, .nav, .navbar { display:...")
(No difference)

Revision as of 22:41, 15 May 2013

/* CSS placed here will affect the print output */

/* things to hide when printing */
#footer, 
#toc, 
#pagebuttons, 
#pageCategories, 
.sidebar, 
.nav, 
.navbar
{
  display: none;
  visibility: hidden;
}