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

Ligne 7 : Ligne 7 :
 
#authors-list div {
 
#authors-list div {
 
       align-text: center;
 
       align-text: center;
 +
}
 +
 +
#mw-mf-last-modified {
 +
display: none;
 
}
 
}

Version du 12 décembre 2016 à 17:18

/* CSS placed here will affect users of the mobile site */

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

#authors-list div {
       align-text: center;
}

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