MediaWiki talk:Common.css

From Wikimedia Foundation Governance Wiki
Revision as of 14:46, 2 February 2008 by Huji (talk | contribs) (sorry, from my addon)

Please add this section to the end of Common.css

/* To facilitate rtl translations */
.table-FA {
font-family: Tahoma;
}
 
#bodyContent .table-FA a{
background:none;
padding-right:0;
}

#bodyContent .table-FA UL{
margin-right:10px;
display:table;
}
 
#bodyContent .table-AR a{
background:none;
padding-right:0;
}

#bodyContent .table-AR UL{
margin-right:10px;
display:table;
}

Regards, Huji 14:40, 2 February 2008 (UTC)[reply]