MediaWiki:Mobile.css: Difference between revisions

From The Joe Frank Wiki
No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
Tags: Mobile edit Mobile web edit
Line 1: Line 1:
/* All CSS here will be loaded for users of the mobile site  */
/* All CSS here will be loaded for users of the mobile site  */


 
//Hide VTE in mobile
#.mini.navbar.hlist.plainlinks
.mini.navbar.hlist.plainlinks   { display: none;  }
  {
    display: none;
  }
 
 
.mini.navbar.hlist.plainlinks
  {
    display: none;
  }

Revision as of 09:35, 8 March 2021

/* All CSS here will be loaded for users of the mobile site  */

//Hide VTE in mobile
.mini.navbar.hlist.plainlinks   {  display: none;  }