Difference between revisions of "MediaWiki:Mobile.css"
From MadaCamp
CampMaster (talk | contribs) (Tags: Mobile edit, Mobile web edit) |
CampMaster (talk | contribs) |
||
Line 1: | Line 1: | ||
/* removed Privacy policy link in footer */ | /* removed Privacy policy link in footer */ | ||
.footer-places{ | .footer-places{ | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | /* the hlist class appears to be a dynamically | ||
+ | generated "About..." and "Disclaimers" class | ||
+ | appearing below the links in the pull-out menu */ | ||
+ | |||
+ | .hlist{ | ||
display:none; | display:none; | ||
} | } |
Revision as of 20:15, 5 September 2016
/* removed Privacy policy link in footer */ .footer-places{ display:none; } /* the hlist class appears to be a dynamically generated "About..." and "Disclaimers" class appearing below the links in the pull-out menu */ .hlist{ display:none; }