Changes

Jump to navigation Jump to search

MediaWiki:Common.css

166 bytes added, 12:40, 7 April 2013
added pseudoelement for width detection
/* CSS placed here will be applied to all skins */

@media all and (max-width: 45em) {
body:after {
content: 'smallscreen';
display: none;
}
}

Navigation menu