MediaWiki:Mobile.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo 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 | ||
.minerva-footer | |||
*/ | |||
#footer-info-lastmod { | #footer-info-lastmod { | ||
Line 5: | Line 9: | ||
} | } | ||
.minerva-footer div | .minerva-footer div { | ||
background-color:blue; | background-color:blue; | ||
display: none; | display: none; | ||
} | } |
Revision as of 16:32, 15 May 2022
/* All CSS here will be loaded for users of the mobile site
.minerva-footer
*/
#footer-info-lastmod {
background-color:orange;
}
.minerva-footer div {
background-color:blue;
display: none;
}