MediaWiki:Mobile.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 11: | Line 11: | ||
.minerva-footer .last-modified-bar__content { | .minerva-footer .last-modified-bar__content { | ||
background-color:brown; | background-color:brown; | ||
display: none; | |||
} | |||
.last-modified-bar { | |||
background-color:purple; | |||
display:none; | |||
} | } | ||
Revision as of 16:43, 15 May 2022
/* All CSS here will be loaded for users of the mobile site
.minerva-footer
*/
#footer-info-lastmod {
background-color:green;
}
.minerva-footer .last-modified-bar__content {
background-color:brown;
display: none;
}
.last-modified-bar {
background-color:purple;
display:none;
}