Différences entre les versions de « MediaWiki:Common.css »

(Created page with "→‎CSS placed here will be applied to all skins : body { background: white; } #mw-page-base { background: white; }")
 
Ligne 7 : Ligne 7 :
 
#mw-page-base {
 
#mw-page-base {
 
background: white;
 
background: white;
 +
}
 +
 +
#authors-list table {
 +
width: 100% !important;
 
}
 
}

Version du 7 septembre 2016 à 22:18

/* CSS placed here will be applied to all skins */

body {
	background: white;
}

#mw-page-base {
	background: white;
}

#authors-list table {
	width: 100% !important;
}