Difference between revisions of "MediaWiki:Common.css"

From Archivematica
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: #mw-user-domain-section { display: none !important; }")
 
Line 5: Line 5:
 
   display: none !important;
 
   display: none !important;
  
 +
}
 +
 +
#p-logo {
 +
 +
  display: none;
 +
 
}
 
}

Revision as of 12:56, 29 May 2012

/* CSS placed here will be applied to all skins */

#mw-user-domain-section {
  
  display: none !important;

}

#p-logo {
 
  display: none;
 
}