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
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 */
/* Show footer links that might be hidden by default */
.footer-places {
 
     display: block !important;
.minerva .content .footer-places {
     display: block;
}
}


.footer-places li {
.minerva .content .footer-places li {
     display: list-item !important;
     display: list-item;
}
}

Revision as of 07:45, 7 December 2024

/* 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;
}