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

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

Version du 8 septembre 2016 à 14:37

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

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

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