Forskjell mellom versjoner av «MediaWiki:Vector.css»
Hopp til navigering
Hopp til søk
| Linje 3: | Linje 3: | ||
/* force the display of the contents of the section */ | /* force the display of the contents of the section */ | ||
#p-coll-print_export .body { | #p-coll-print_export .body { | ||
| + | display:block !important; | ||
| + | } | ||
| + | |||
| + | /* force the display of the contents of the section */ | ||
| + | #p-coll-tekstsamlinger .body { | ||
display:block !important; | display:block !important; | ||
} | } | ||
Revisjonen fra 11. des. 2013 kl. 19:58
/* 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;
}
/* force the display of the contents of the section */
#p-coll-tekstsamlinger .body {
display:block !important;
}