MediaWiki:Print.css: Unterschied zwischen den Versionen

Aus Beds24 Wiki
Zur Navigation springen Zur Suche springen
Zeile 1: Zeile 1:
 
/* CSS placed here will affect the print output */
 
/* CSS placed here will affect the print output */
 +
 +
 +
.mw-redirect{
 +
text-decoration: underline;
 +
}
  
 
.firstHeading{
 
.firstHeading{

Version vom 5. Juni 2013, 14:43 Uhr

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