Difference between revisions of "MediaWiki:Mobile.css"

From Citywars Savage
Jump to navigation Jump to search
(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;
}