Difference between revisions of "MediaWiki:Common.css"
From ScientificComputing
(Created page with "→CSS placed here will be applied to all skins: .atc1{ display:inline-block; width:8em; } .atc2{ display:inline-block; width:16em; }") |
|||
Line 2: | Line 2: | ||
+ | /* remove title from main page */ | ||
+ | body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; } | ||
+ | |||
+ | /* classes used for formatting of application tables */ | ||
.atc1{ | .atc1{ | ||
display:inline-block; | display:inline-block; |
Revision as of 09:51, 15 August 2016
/* CSS placed here will be applied to all skins */ /* remove title from main page */ body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; } /* classes used for formatting of application tables */ .atc1{ display:inline-block; width:8em; } .atc2{ display:inline-block; width:16em; }