MediaWiki:Mobile.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 5: | Line 5: | ||
} | } | ||
.minerva-footer div | .minerva-footer div .last-modified-bar { | ||
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 */
#footer-info-lastmod {
background-color:orange;
}
.minerva-footer div .last-modified-bar {
background-color:blue;
display: none;
}