MediaWiki:Timeless.css: Difference between revisions
From Space Station 14 Wiki
(Created page with "→All CSS here will be loaded for users of the Timeless skin: .mw-body { padding: 0.5em; }") |
No edit summary |
||
(9 intermediate revisions by the same user not shown) | |||
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 */ | ||
.mw-body { | .mw-body { | ||
padding: 0.5em; | padding: 0.5em; | ||
} | |||
.mw-body dd { | |||
margin: 0.2em; | |||
margin-left: 1.6em; | |||
} | } |