Forskjell mellom versjoner av «MediaWiki:Vector.css»

Fra heimskringla.no
Hopp til navigering Hopp til søk
Linje 2: Linje 2:
  
 
/* force the display of the contents of the section */
 
/* force the display of the contents of the section */
#p-coll-tekstsamlinger .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:52

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