MediaWiki:Vector.css: Difference between revisions
Created page with "→CSS placed here will affect users of the Vector skin: .mw-content-ltr ol, .mw-content-rtl .mw-content-ltr ol { margin-left: 1.6em; }" |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
.mw-content-rtl .mw-content-ltr ol { | .mw-content-rtl .mw-content-ltr ol { | ||
margin-left: 1.6em; | margin-left: 1.6em; | ||
} | |||
.mw-content-ltr dd, | |||
.mw-content-rtl .mw-content-ltr dd { | |||
margin-left: 0; | |||
} | } |