5,520
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the mobile site */ | /* All CSS here will be loaded for users of the mobile site */ | ||
/* ========= general cleanup ========= */ | |||
.page-actions-menu { | .page-actions-menu { | ||
display: none; | display: none; | ||
Line 6: | Line 7: | ||
.desktop-only { | .desktop-only { | ||
display: none; | display: none; | ||
} | |||
/* ========= main page cleanup ========= */ | |||
.page-Main_Page .page-heading { | |||
display: none; | |||
} | |||
/* ========= template:Graphic ========= */ | |||
.neutral-box { | |||
margin-top: 2rem; | |||
padding: 2rem 3rem; | |||
background-color: #f1f1f1; | |||
} | } |