Difference between revisions of "MediaWiki:Mobile.css"

From Dharmawiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the mobile site: .topbanner{ display:none; }")
 
Line 1: Line 1:
 
/* CSS placed here will affect users of the mobile site */
 
/* CSS placed here will affect users of the mobile site */
  
.topbanner{
+
.topbanner img{
 
display:none;
 
display:none;
 
}
 
}

Revision as of 09:53, 4 January 2019

/* CSS placed here will affect users of the mobile site */

.topbanner img{
display:none;
}