Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Timeless.css: Difference between revisions

MediaWiki interface page
Debug (talk | contribs)
Created page with "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; }"
 
(No difference)

Latest revision as of 03:33, 3 July 2023

/* 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;
}