MediaWiki:Common.css: Difference between revisions

From Inferris
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 4: Line 4:
margin-left: 10px; /* Adjust the value as needed for indentation */
margin-left: 10px; /* Adjust the value as needed for indentation */
font-style: italic;
font-style: italic;
}
.information-container {
}
}



Revision as of 20:30, 5 September 2024

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

.hatnote {
	margin-left: 10px; /* Adjust the value as needed for indentation */
	font-style: italic;
}

.information-container {
	
}

.shortdescription {
  display:block !important;
  white-space: pre-wrap;
  display: none !important;

}