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 */
  
#footer-info{
+
#footer{
 
display: none;
 
display: none;
 
}
 
}

Version vom 13. Februar 2013, 16:32 Uhr

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

#footer{
display: none;
}

.printfooter{
display: none;
}

.firstHeading{
display: none;
}