Difference between revisions of "MediaWiki:Common.css"

From Stm32World Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: .mw-body .mw-indicator { min-height: 30px; }")
 
Line 2: Line 2:
  
 
.mw-body .mw-indicator {
 
.mw-body .mw-indicator {
min-height: 30px;
+
display: none;
 
}
 
}

Revision as of 09:55, 14 October 2021

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

.mw-body .mw-indicator {
display: none;
}