MediaWiki:Mobile.css: Difference between revisions

From Καλόξύς
No edit summary
No edit summary
Tags: Mobile edit Mobile web edit
 
(2 intermediate revisions by the same user not shown)
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 */
/* Show footer links that might be hidden by default */
.minerva .content .footer-places {
    display: block;
}
.minerva .content .footer-places li {
    display: list-item;
}

Latest revision as of 13:17, 8 December 2024

/* All CSS here will be loaded for users of the mobile site */