MediaWiki:Mobile.css: Difference between revisions

From The Joe Frank Wiki
Mobile formatting
Tags: Mobile edit Mobile web edit
m Mobile formatting
Tags: Mobile edit Mobile web edit
Line 3: Line 3:
#plainlinks hlist navbar mini {
#plainlinks hlist navbar mini {
     display: none;
     display: none;
}
#navbar {
    display:none;
}
}

Revision as of 17:18, 7 March 2021

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

#plainlinks hlist navbar mini {
    display: none;
}

#navbar {
     display:none;
}