MediaWiki:Common.css: Difference between revisions

From Donate
Jump to navigation Jump to search
Content deleted Content added
Jsoby (talk | contribs)
test
Jsoby (talk | contribs)
No edit summary
Line 2: Line 2:


body.rtl div.mw-content-ltr ul, body.rtl div.mw-content-ltr ol {
body.rtl div.mw-content-ltr ul, body.rtl div.mw-content-ltr ol {
margin:0.3em 1.5em 0 0;
margin-left:0;
margin-right:1.5em;
}
}

Revision as of 21:58, 24 October 2011

/* CSS placed here will be applied to all skins */

body.rtl div.mw-content-ltr ul, body.rtl div.mw-content-ltr ol {
  margin-left:0;
  margin-right:1.5em;
}