Difference between revisions of "MediaWiki:Print.css"

From Beds24 Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
/* CSS placed here will affect the print output */
 
/* CSS placed here will affect the print output */
  
#footer{
+
.firstHeading{
 
display: none;
 
display: none;
 
}
 
}
  
 
#siteSub{
 
#siteSub{
 +
display: none;
 +
}
 +
.pringfooter{
 
display: none;
 
display: none;
 
}
 
}
  
.firstHeading{
+
#footer{
 
display: none;
 
display: none;
 
}
 
}

Revision as of 16:34, 13 February 2013

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

.firstHeading{
display: none;
}

#siteSub{
display: none;
}
.pringfooter{
display: none;
}

#footer{
display: none;
}