MediaWiki:Common.css: Difference between revisions

From Wikimedia Foundation Governance Wiki
Content deleted Content added
Cary Bass (talk | contribs)
New page: →‎CSS placed here will be applied to all skins: .editsection {display:none;}
 
Aphaia (talk | contribs)
copied from talk (thanks Huji!)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.editsection {display:none;}
.editsection {display:none;}

/* 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;
}

Revision as of 15:18, 2 February 2008

/* CSS placed here will be applied to all skins */
.editsection {display:none;}

/* 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;
}