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

Ligne 1 : Ligne 1 :
 
/* CSS placed here will affect users of the mobile site */
 
/* CSS placed here will affect users of the mobile site */
  
#authors-list table td {
+
#authors-list table tr {
 
width: 100% !important;
 
width: 100% !important;
 
}
 
}

Version du 13 décembre 2016 à 17:31

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

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

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

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