Forskjell mellom versjoner av «MediaWiki:Vector.css»
Hopp til navigering
Hopp til søk
(Ser ut som dette fungerer bra :-D) |
(bara að fikta) |
||
| Linje 23: | Linje 23: | ||
/* force the display of the contents of the section */ | /* force the display of the contents of the section */ | ||
#p-addthis .body { | #p-addthis .body { | ||
| − | display: | + | display:none !important; |
} | } | ||
Revisjonen fra 11. des. 2013 kl. 23:36
/* CSS placed here will affect users of the Vector skin */
/* force the display of the contents of the section */
#p-Tekstsamlinger .body {
display:block !important;
}
/* force the display of the contents of the section */
#p-Tekstoversikt .body {
display:block !important;
}
/* force the display of the contents of the section */
#p-Bakgrunnsmateriale .body {
display:block !important;
}
/* force the display of the contents of the section */
#p-Andre_tjenester .body {
display:block !important;
}
/* force the display of the contents of the section */
#p-addthis .body {
display:none !important;
}
/* force the display of the contents of the section */
#p-donate .body {
display:block !important;
}