Difference between revisions of "MediaWiki:Mobile.css"

From Dharmawiki
Jump to navigation Jump to search
Line 6: Line 6:
 
.topbanner_mobile a img{
 
.topbanner_mobile a img{
 
display:block !important;
 
display:block !important;
text-align:center
+
text-align:center;
 
}
 
}

Revision as of 10:28, 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;
text-align:center;
}