MediaWiki:Timeless.css: Difference between revisions

From Space Station 14 Wiki
No edit summary
No edit summary
 
Line 1: Line 1:
/* All CSS here will be loaded for users of the Timeless skin */
/* All CSS here will be loaded for users of the Timeless skin */
/* hack */
.flex {
display: flex;
}
.mw-body {
.mw-body {
padding: 0.5em;
padding: 0.5em;

Latest revision as of 05:38, 21 December 2021

/* All CSS here will be loaded for users of the Timeless skin */
.mw-body {
	padding: 0.5em;
}

.mw-body dd {
	margin: 0.2em;
	margin-left: 1.6em;
}