Forskjell mellom versjoner av «MediaWiki:Vector.css»

Fra heimskringla.no
Hopp til navigering Hopp til søk
(test)
 
Linje 4: Linje 4:
 
#p-coll-print_export  .body {
 
#p-coll-print_export  .body {
 
display:block !important;
 
display:block !important;
}
 
/* Option 1: hide the header */
 
#p-coll-print_export h3 {
 
display:none;
 
}
 
/* Option 2: just hide the arrow in the header */
 
#p-coll-print_export h3 {
 
background:none !important;
 
 
}
 
}

Revisjonen fra 11. des. 2013 kl. 19:43

/* CSS placed here will affect users of the Vector skin */

/* force the display of the contents of the section */
#p-coll-print_export  .body {
	display:block !important;
}