MediaWiki:Mobile.css: Difference between revisions

(hide history)
 
m (hide menu)
Line 1: Line 1:
/* CSS placed here will affect users of the mobile site */
/* CSS placed here will affect users of the mobile site */
.last-modified-bar {
.last-modified-bar { display: none; }
    display: none;
.mw-ui-icon { display: none; }
}

Revision as of 20:21, 17 March 2017

/* CSS placed here will affect users of the mobile site */
.last-modified-bar { display: none; }
.mw-ui-icon { display: none; }