Changes

Jump to: navigation, search

MediaWiki:Common.css

149 bytes added, 15:01, 7 December 2017
Created page with "CSS placed here will be applied to all skins: @media only screen and (max-width: 500px) { body { background-color: #eaecf0; } }"
/* CSS placed here will be applied to all skins */

@media only screen and (max-width: 500px) {
body {
background-color: #eaecf0;
}
}

Navigation menu