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

Ligne 10 : Ligne 10 :
  
 
#mw-mf-last-modified {
 
#mw-mf-last-modified {
 +
display: none;
 +
}
 +
 +
#page-actions {
 
display: none;
 
display: none;
 
}
 
}

Version du 12 décembre 2016 à 17:37

/* 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;
}

#page-actions {
	display: none;
}