MediaWiki:Mobile.css: Difference between revisions

wiki.TerraBase.info
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 11: Line 11:
.minerva-footer div {
.minerva-footer div {
background-color:blue;
background-color:blue;
}
.last-modified-bar {
background-color:orange;
}
}

Revision as of 16:34, 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;
}

.last-modified-bar {
	background-color:orange;
}