Difference between revisions of "MediaWiki:Mobile.css"

From MunichBeerGardens.com
Jump to: navigation, search
(Created page with "CSS placed here will affect users of the mobile site: .hlist{ display:none; }")
(Tags: Mobile edit, Mobile web edit)
 
m
 
Line 3: Line 3:
 
display:none;
 
display:none;
 
}
 
}
 +
 +
ins.adsbygoogle[data-ad-status='unfilled'] {
 +
    display: none !important;
 +
  }

Latest revision as of 17:57, 30 July 2023

/* CSS placed here will affect users of the mobile site */
.hlist{
display:none;
}

ins.adsbygoogle[data-ad-status='unfilled'] {
    display: none !important;
  }