MediaWiki:Mobile.css: Difference between revisions

From Καλόξύς
Created page with "→‎All CSS here will be loaded for users of the mobile site: →‎Show footer links that might be hidden by default: .footer-places { display: block !important; } .footer-places li { display: list-item !important; }"
 
No edit summary
Tags: Mobile edit Mobile web edit
 
(3 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 */
.footer-places {
    display: block !important;
}
.footer-places li {
    display: list-item !important;
}

Latest revision as of 13:17, 8 December 2024

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