Forskjell mellom versjoner av «MediaWiki:Vector.css»

Fra heimskringla.no
Hopp til navigering Hopp til søk
 
(47 mellomliggende revisjoner av samme bruker vises ikke)
Linje 1: Linje 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* 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:block !important;
 +
}
 +
 +
/* force the display of the contents of the section */
 +
#p-donate  .body {
 +
display:block !important;
 +
}

Nåværende revisjon fra 12. des. 2013 kl. 00:18

/* 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:block !important;
}

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