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

Ligne 7 : Ligne 7 :
  
 
#authors-list table {
 
#authors-list table {
         align-text: center !important;
+
         align: center !important;
 
}
 
}
  

Version du 13 décembre 2016 à 18:18

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

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

#authors-list table {
        align: center !important;
}

.mw-ui-icon-watchlist,
.mw-ui-icon-mobileoptions,
.mw-ui-icon-mf-settings {
	display: none;
}