Difference between revisions of "MediaWiki:Common.less/nodesktop.less"

From The Kingkiller Chronicle Wiki
Jump to navigation Jump to search
(Created page with "// <pre> /* ============= This class is the desktop equivalent of the "nomobile" class. Any element with class="nodesktop" will be hidden on desktop but not...")
 
(Corey changed the content model of the page MediaWiki:Common.less/nodesktop.less from "wikitext" to "CSS")
Tag: content model change
 

Latest revision as of 11:50, 20 December 2018

// <pre>
/* =============
      This class is the desktop equivalent of the "nomobile" class.
      Any element with class="nodesktop" will be hidden on desktop but not
      on mobile, due to it not being defined in MediaWiki:Mobile.css.
   ============= */

.nodesktop {
    display: none;
}