Actions

MediaWiki

Mobile.css: Difference between revisions

An Avatar.Global Resource

Created page with "CSS placed here will affect users of the mobile site: div.toc-mobile h2 { display:none }"
Tags: mobile edit mobile web edit
 
mNo edit summary
Tags: mobile edit mobile web edit
Line 1: Line 1:
/* CSS placed here will affect users of the mobile site */
/* CSS placed here will affect users of the mobile site */
div.toc-mobile h2 {
 
div.toc-mobile {
   display:none
   display:none
}
}

Revision as of 15:59, 16 November 2018

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

div.toc-mobile  {
   display:none
}