Difference between revisions of "MediaWiki:Print.css"

From Beds24 Wiki
Jump to navigation Jump to search
Line 2: Line 2:
  
  
.mw-redirect{  
+
a, a.external, a.new, a.stub {
text-decoration: underline;
+
    text-decoration: underline !important;
 
}
 
}
  

Revision as of 14:45, 5 June 2013

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


a, a.external, a.new, a.stub {
    text-decoration: underline !important;
}

.firstHeading{
display: none;
}

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

#footer{
display: none;
}