Difference between revisions of "MediaWiki:Mobile.css"
Jump to navigation
Jump to search
Cws 01studio (talk | contribs) (Created page with "→CSS placed here will affect users of the mobile site: @import url("/w/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css") screen; /* Opposite of nomobile cl...") |
(No difference)
|
Latest revision as of 00:34, 6 December 2019
/* CSS placed here will affect users of the mobile site */
@import url("/w/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css") screen;
/* Opposite of nomobile class. Paired with definition in MediaWiki:Common.css */
.mw-parser-output .onlymobile {
display: block;
}