Nubio - View entry
95: How do I show links when printing?
The default print stylesheet does not show wikilinks when printing.
To change this, add the following to your monobook.css (if that is the skin that you use):
To change this, add the following to your monobook.css (if that is the skin that you use):
@media print {
a, a.external, a.new, a.stub {
color: blue ! important;
text-decoration: underline ! important;
}
}
Additional keywords: None
Wiki-text
