MediaWiki:Common.css: Difference between revisions

From Donate
Jump to navigation Jump to search
Content deleted Content added
Jsoby (talk | contribs)
fix for unordered list in RTL languages
 
Jsoby (talk | contribs)
test
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


body.rtl .mw-content-ltr ul, .rtl ul, *[dir=rtl] ul {
body.rtl div.mw-content-ltr ul, body.rtl div.mw-content-ltr ol {
margin:.3em 1.5em 0 0;
margin:0.3em 1.5em 0 0;
}
}

Revision as of 21:57, 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:0.3em 1.5em 0 0;
}