MediaWiki:Mobile.css: Difference between revisions

From The Joe Frank Wiki
No edit summary
Tags: Mobile edit Mobile web edit
m Blank page
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  
#plainlinks {
 
    display: none;
This isn't going to do anything until I make changes on local settings. Commented out for now.
}
 
#nv-view {
plainlinks hlist navbar mini
 
{
     display: none;
     display: none;
}
}
*/

Revision as of 17:37, 7 March 2021

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

This isn't going to do anything until I make changes on local settings. Commented out for now. 

plainlinks hlist navbar mini

 {
     display: none;
}

*/