Abuse filter editor, Bureaucrats, Check users, Interface administrators, Staff, Suppressors, Administrators, Translation Reviewer
2,202
edits
(Created page with "→CSS for everyone, all skins, desktop and mobile.: @media screen and (max-width: 850px) { .collapse-on-mobile { display: block; } }") |
No edit summary |
||
Line 5: | Line 5: | ||
display: block; | display: block; | ||
} | } | ||
} | |||
#n-getsupport { | |||
font-weight: bold; | |||
} | |||
/* not needed on the Main Page */ | |||
.page-Main_Page.approvedRevs-approved #contentSub, | |||
.page-Main_Page.approvedRevs-approved #catlinks { | |||
display: none; | |||
} | } |