Difference between revisions of "MediaWiki:Mobile.css"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
} | } | ||
.topbanner_mobile a img{ | .topbanner_mobile a img{ | ||
− | display: | + | display:block !important; |
} | } |
Revision as of 10:23, 4 January 2019
/* CSS placed here will affect users of the mobile site */ .topbanner a img{ display:none !important; } .topbanner_mobile a img{ display:block !important; }