Difference between revisions of "MediaWiki:Mobile.css"

From Dharmawiki
Jump to navigation Jump to search
Line 5: Line 5:
 
}
 
}
 
.topbanner_mobile a img{
 
.topbanner_mobile a img{
display:visible !important;
+
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;
}