MediaWiki:Mobile.css: Difference between revisions
Created page with "→CSS placed here will affect users of the mobile site: →Default styling for Navbar template: .navbar { display: inline; font-size: 88%; font-weight: normal; } .nav..." |
.no-mobile |
||
Line 74: | Line 74: | ||
.wraplinks a { | .wraplinks a { | ||
white-space: normal; | white-space: normal; | ||
} | |||
.no-mobile { | |||
display: none !important; | |||
} | } |