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

Ligne 2 : Ligne 2 :
  
 
#authors-list table {
 
#authors-list table {
width: 80% !important;
+
width: 70% !important;
 
}
 
}
  

Version du 13 décembre 2016 à 17:27

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

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

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

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