(Created page with "<includeonly> <html> <style> .citizen-body-header--sticky .mw-body-header { display: none; } </style> </html> </includeonly>") |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
<html> | <html> | ||
<style> | <style> | ||
.mw-body-header { | |||
display: none; | display: none; | ||
} | |||
.mw-body-footer { | |||
display: none; | |||
} | |||
.citizen-body-container { | |||
margin-top: 0; | |||
} | } | ||
</style> | </style> | ||
</html> | </html> | ||
</includeonly> | </includeonly> |