Comment appliquer plusieurs transforme en CSS?

À l'aide de CSS, comment puis-je appliquer plus d'une transform?

Exemple: Dans la suite, seule la traduction est appliqué, pas la rotation.

li:nth-child(2) {
    transform: rotate(15deg);
    transform: translate(-20px,0px);        
}
InformationsquelleAutor Ben | 2012-05-26