// <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;
}