Diferență între revizuiri ale paginii „MediaWiki:Mobile.css”

De la dexonline wiki
Sari la navigare Sari la căutare
(Pagină nouă: →‎CSS placed here will affect users of the mobile site: #mw-mf-last-modified { display: none; })
 
Linia 1: Linia 1:
/* CSS placed here will affect users of the mobile site */
/* CSS placed here will affect users of the mobile site */


#mw-mf-last-modified {
/* hide the Last modified bar underneath the search box */
#content_wrapper .last-modified-bar {
   display: none;
   display: none;
}
}

Versiunea de la data 24 august 2015 19:10

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

/* hide the Last modified bar underneath the search box */
#content_wrapper .last-modified-bar {
  display: none;
}