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{
+
.firstHeading{
 
display: none;
 
display: none;
 
}
 
}
  
 
#siteSub{
 
#siteSub{
 +
display: none;
 +
}
 +
.pringfooter{
 
display: none;
 
display: none;
 
}
 
}
  
.firstHeading{
+
#footer{
 
display: none;
 
display: none;
 
}
 
}

Version vom 13. Februar 2013, 16:34 Uhr

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

.firstHeading{
display: none;
}

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

#footer{
display: none;
}