MediaWiki:Common.css: Difference between revisions

From Inferris
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 9: Line 9:
   display:block !important;
   display:block !important;
   white-space: pre-wrap;
   white-space: pre-wrap;
  display: none !important;
}
}

Revision as of 00:17, 23 August 2024

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

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

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

}