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 */
 +
 +
 +
.mw-redirect{
 +
text-decoration: underline;
 +
}
  
 
.firstHeading{
 
.firstHeading{

Revision as of 14:43, 5 June 2013

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


.mw-redirect{ 
text-decoration: underline;
}

.firstHeading{
display: none;
}

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

#footer{
display: none;
}