Difference between revisions of "MediaWiki:Common.css"

From Utpalasia Wiki
Jump to navigation Jump to search
(added pseudoelement for width detection)
(No difference)

Revision as of 12: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;
    }
}