Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: .mw-content-ltr { direction: ltr; margin-left: 15%; margin-right: 15%; }") |
|||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.mw-content-ltr { | .mw-content-ltr { | ||
direction: ltr; | #direction: ltr; | ||
margin-left: 15%; | #margin-left: 15%; | ||
margin-right: 15%; | #margin-right: 15%; | ||
} | } |
Revision as of 18:22, 21 July 2021
/* CSS placed here will be applied to all skins */ .mw-content-ltr { #direction: ltr; #margin-left: 15%; #margin-right: 15%; }