MediaWiki:Mobile.css: Difference between revisions
Jump to navigation
Jump to search
Amwelladmin (talk | contribs) Created page with "→CSS placed here will affect users of the mobile site: body.Page-main_Page .catlinks { display: none; } * {font-family: georgia}" |
Amwelladmin (talk | contribs) 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}