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:
/* CSS placed here will be applied to all skins */
 
body.rtl div.mw-content-ltr ul, body.rtl ul,div.mw-content-ltr *[dir=rtl] ulol {
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;
}