(Created page with "→CSS placed here will be applied to all skins: #footer-info-lastmod { display: none; }") |
No edit summary Tag: Manual revert |
||
| (19 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
#footer-info-lastmod { display: none; } | #footer-info-lastmod { display: none; } | ||
.dynamicResize img { width: 95%; height: auto;} | |||
#p-views { | |||
display: none; | |||
} | |||
.page-actions { | |||
display: none; | |||
} | |||
Latest revision as of 13:55, 26 January 2024
/* CSS placed here will be applied to all skins */
#footer-info-lastmod { display: none; }
.dynamicResize img { width: 95%; height: auto;}
#p-views {
display: none;
}
.page-actions {
display: none;
}