MediaWiki:Mobile.css: Difference between revisions

From The Jolly Contrarian
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the mobile site: body.Page-main_Page .catlinks { display: none; } * {font-family: georgia}")
 
No edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the mobile site */
/* CSS placed here will affect users of the mobile site */
body.page-Main_Page h1.firstHeading { display: none; }
body.Page-main_Page .catlinks { display: none; }
body.Page-main_Page .catlinks { display: none; }
* {font-family: georgia}
* {font-family: georgia}

Revision as of 18:53, 24 September 2016

/* CSS placed here will affect users of the mobile site */
body.page-Main_Page h1.firstHeading { display: none; }
body.Page-main_Page .catlinks { display: none; }
* {font-family: georgia}