MediaWiki:Mobile.css: Difference between revisions
Jump to navigation
Jump to search
Alexkar598 (talk | contribs) No edit summary |
Alexkar598 (talk | contribs) No edit summary |
||
Line 7: | Line 7: | ||
.minerva__tab-container { | .minerva__tab-container { | ||
display: none; | |||
} | |||
.jobtable tr > *:nth-child(3) { | |||
display: none; | display: none; | ||
} | } |
Revision as of 17:36, 6 February 2022
/* All CSS here will be loaded for users of the mobile site */ .wiki-mainpage-column { float: unset !important; width: unset !important; } .minerva__tab-container { display: none; } .jobtable tr > *:nth-child(3) { display: none; }