MediaWiki:Print.css: Unterschied zwischen den Versionen

Aus Beds24 Wiki
Zur Navigation springen Zur Suche springen
Zeile 2: Zeile 2:
  
  
.mw-redirect{  
+
a, a.external, a.new, a.stub {
text-decoration: underline;
+
    text-decoration: underline !important;
 
}
 
}
  

Version vom 5. Juni 2013, 14:45 Uhr

/* 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;
}