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

(Created page with "→‎CSS placed here will affect users of the mobile site : #authors-list table { width: 100% !important; }")
 
Ligne 3 : Ligne 3 :
 
#authors-list table {
 
#authors-list table {
 
width: 100% !important;
 
width: 100% !important;
 +
        align-text: center;
 
}
 
}

Version du 8 septembre 2016 à 14:32

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

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