MediaWiki:Mobile.css: Difference between revisions

wiki.TerraBase.info
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 .last-modified-bar {
.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;
}