MediaWiki:Mobile.css: Difference between revisions

From BEASTX Wiki
Jump to navigation Jump to search
No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
 
Line 3: Line 3:
     display: none !important;
     display: none !important;
}
}
    hr {
  height: 0px;
    }

Latest revision as of 16:27, 25 August 2015

/* CSS placed here will affect users of the mobile site */
.mw-translate-page-info {
    display: none !important;
}