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; }")
 
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
  
 
.mw-body .mw-indicator {
 
.mw-body .mw-indicator {
min-height: 30px;
+
display: none;
 +
}
 +
 
 +
/* To make images responsive */
 +
.res-img img {
 +
max-width:100%;
 +
height:auto;
 
}
 
}

Latest revision as of 03:17, 14 May 2022

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

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

/* To make images responsive */
.res-img img {
	max-width:100%;
	height:auto;
}