Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(added pseudoelement for width detection) |
(No difference)
|
Revision as of 11:40, 7 April 2013
/* CSS placed here will be applied to all skins */
@media all and (max-width: 45em) {
body:after {
content: 'smallscreen';
display: none;
}
}