Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(test) |
(test to make sure body:after is displaying on mobile) |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| − | @media all and (max-width: 60em) { | + | /*@media all and (max-width: 60em) {*/ |
body:after { | body:after { | ||
content: 'smallscreen'; | content: 'smallscreen'; | ||
/*display: none;*/ | /*display: none;*/ | ||
} | } | ||
| − | } | + | /*}*/ |
Revision as of 19:27, 7 April 2013
/* CSS placed here will be applied to all skins */
/*@media all and (max-width: 60em) {*/
body:after {
content: 'smallscreen';
/*display: none;*/
}
/*}*/