MediaWiki: Common.css: Difference between revisions

From SemanticOrganization
Jump to: navigation, search
(Created page with "→‎CSS placed here will be applied to all skins: .user-loggedout .mw-pt-translate-header noprint, .user-loggedout .mw-pt-translate-header noprint + hr { display:none; }")
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.user-loggedout .mw-pt-translate-header noprint,
.user-loggedout .mw-pt-translate-header,
.user-loggedout .mw-pt-translate-header noprint + hr {
.user-loggedout .mw-pt-translate-header + hr {
   display:none;
   display:none;
}
}

Revision as of 14:19, 22 March 2020

/* CSS placed here will be applied to all skins */
.user-loggedout .mw-pt-translate-header,
.user-loggedout .mw-pt-translate-header + hr {
  display:none;
}