Difference between revisions of "MediaWiki:Mobile.css"

From HCE Wiki - The Human Cognitive Enhancement Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the mobile site: #featuredArticle { display: none !important; } #wikiStructure { display: block !important; width: auto...")
(No difference)

Revision as of 13:07, 28 March 2017

/* CSS placed here will affect users of the mobile site */
#featuredArticle {
    display: none !important; 
}

#wikiStructure {
    display: block !important;
    width: auto !important;
}