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