Difference between revisions of "MediaWiki:Mobile.css"

From The SpiritWiki
(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
 
m
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
}