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

Ligne 7 : Ligne 7 :
 
#mw-page-base {
 
#mw-page-base {
 
background: white;
 
background: white;
 +
}
 +
 +
#mw-mf-last-modified {
 +
display: none;
 
}
 
}

Version du 12 décembre 2016 à 17:17

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

body {
	background: white;
}

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

#mw-mf-last-modified {
	display: none;
}